diff --git a/README.md b/README.md index e4e986b..f69dbeb 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ module "as_demo" { | [console\_authentication](#input\_console\_authentication) | Console authentication token | `string` | `""` | no | | [java\_version](#input\_java\_version) | Java runtime | `number` | `"11"` | no | | [resources\_limits\_cpu](#input\_resources\_limits\_cpu) | spec.container.resources.limits.cpu | `number` | `"1"` | no | -| [resources\_limits\_memory](#input\_resources\_limits\_memory) | spec.container.resources.limits.memory | `string` | `"1Gi"` | no | -| [resources\requests\_cpu](#input\_resources\_requests\_cpu) | spec.container.resources.requests.cpu | `number` | `"1"` | no | +| [resources\_limits\_memory](#input\_resources\_limits\_memory) | spec.container.resources.limits.memory | `string` | `"1Gi"` | no | +| [resources\_requests\_cpu](#input\_resources\_requests\_cpu) | spec.container.resources.requests.cpu | `number` | `"1"` | no | | [resources\_limits\_memory](#input\_resources\_limits\_memory) | spec.container.resources.limits.memory | `string` | `"1Gi"` | no | | [events\_storage](#input\_events\_storage) | Events PVC storage | `string` | `"5Gi"` | no | | [log\_storage](#input\_log\_storage) | Log PVC storage | `string` | `"2Gi"` | no |