From 1e60bce8af6b53bb1da39a31d0ad8258ae4e5766 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur Date: Tue, 31 Dec 2024 16:22:33 +0100 Subject: [PATCH] update doc --- traefik/VALUES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/VALUES.md b/traefik/VALUES.md index 5a6b595f3..86fb6d5cc 100644 --- a/traefik/VALUES.md +++ b/traefik/VALUES.md @@ -262,7 +262,7 @@ Kubernetes: `>=1.22.0-0` | providers.kubernetesGateway.nativeLBByDefault | bool | `false` | Defines whether to use Native Kubernetes load-balancing mode by default. | | providers.kubernetesGateway.statusAddress.hostname | string | `""` | This Hostname will get copied to the Gateway status.addresses. | | providers.kubernetesGateway.statusAddress.ip | string | `""` | This IP will get copied to the Gateway status.addresses, and currently only supports one IP value (IPv4 or IPv6). | -| providers.kubernetesGateway.statusAddress.service | object | `{"name":"{{ (include \"traefik.fullname\" .) }}","namespace":"{{ .Release.Namespace }}"}` | The Kubernetes service to copy status addresses from. When using third parties tools like External-DNS, this option can be used to copy the service loadbalancer.status (containing the service's endpoints IPs) to the gateways. Default to Service of this Chart. | +| providers.kubernetesGateway.statusAddress.service | object | `{"name":"{{ (include \"traefik.fullname\" .) }}","namespace":"{{ include \"traefik.namespace\" . }}"}` | The Kubernetes service to copy status addresses from. When using third parties tools like External-DNS, this option can be used to copy the service loadbalancer.status (containing the service's endpoints IPs) to the gateways. Default to Service of this Chart. | | providers.kubernetesIngress.allowEmptyServices | bool | `true` | Allows to return 503 when there is no endpoints available | | providers.kubernetesIngress.allowExternalNameServices | bool | `false` | Allows to reference ExternalName services in Ingress | | providers.kubernetesIngress.enabled | bool | `true` | Load Kubernetes Ingress provider |