diff --git a/bitnami/contour/README.md b/bitnami/contour/README.md index e260f9cff600c1..a342c5e167a790 100644 --- a/bitnami/contour/README.md +++ b/bitnami/contour/README.md @@ -486,7 +486,7 @@ As an alternative, you can use of the preset configurations for pod affinity, po | `envoy.service.ports.metrics` | Sets service metrics port | `8002` | | `envoy.service.nodePorts.http` | HTTP Port. If `envoy.service.type` is NodePort and this is non-empty | `""` | | `envoy.service.nodePorts.https` | HTTPS Port. If `envoy.service.type` is NodePort and this is non-empty | `""` | -| `envoy.service.nodePorts.metrics` | Metrics Port. If `envoy.service.type` is NodePort and this is non-empty | `""` | +| `envoy.service.nodePorts.metrics` | Metrics Port. If `envoy.service.type` is NodePort and this is non-empty | `""` | | `envoy.service.extraPorts` | Extra ports to expose (normally used with the `sidecar` value) | `[]` | | `envoy.service.sessionAffinity` | Session Affinity for Kubernetes service, can be "None" or "ClientIP" | `None` | | `envoy.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |