You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: traefik/VALUES.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Kubernetes: `>=1.22.0-0`
37
37
| autoscaling.maxReplicas | string |`nil`| maxReplicas is the upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas. |
38
38
| autoscaling.metrics | list |`[]`| metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). |
39
39
| autoscaling.minReplicas | string |`nil`| minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. |
40
-
| autoscaling.scaleTargetRef | object |`{"apiVersion":"apps/v1","kind":"Deployment","name":"{{ template \"traefik.fullname\" . }}"}`| scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count. |
40
+
| autoscaling.scaleTargetRef | object |`{"apiVersion":"apps/v1","kind":"Deployment","name":"{{ template \"traefik.fullname\" . }}"}`| scaleTargetRef points to the target resource to scale, and is used for the pods for which metrics should be collected, as well as to actually change the replica count. |
41
41
| certificatesResolvers | object |`{}`| Certificates resolvers configuration. Ref: https://doc.traefik.io/traefik/https/acme/#certificate-resolvers See EXAMPLES.md for more details. |
42
42
| commonLabels | object |`{}`| Add additional label to all resources |
43
43
| core.defaultRuleSyntax | string |`""`| Can be used to use globally v2 router syntax. Deprecated since v3.4 /!\. See https://doc.traefik.io/traefik/v3.0/migration/v2-to-v3/#new-v3-syntax-notable-changes|
@@ -130,7 +130,7 @@ Kubernetes: `>=1.22.0-0`
130
130
| hub.providers.consulCatalogEnterprise.namespaces | string |`""`| Sets the namespaces used to discover services (Consul Enterprise only). |
131
131
| hub.providers.consulCatalogEnterprise.partition | string |`""`| Sets the partition used to discover services (Consul Enterprise only). |
132
132
| hub.providers.consulCatalogEnterprise.prefix | string |`"traefik"`| Prefix for consul service tags. |
133
-
| hub.providers.consulCatalogEnterprise.refreshInterval | int |`15`| Interval for check Consul API. |
133
+
| hub.providers.consulCatalogEnterprise.refreshInterval | int |`15`| Interval for checking Consul API. |
134
134
| hub.providers.consulCatalogEnterprise.requireConsistent | bool |`false`| Forces the read to be fully consistent. |
135
135
| hub.providers.consulCatalogEnterprise.serviceName | string |`"traefik"`| Name of the Traefik service in Consul Catalog (needs to be registered via the |
136
136
| hub.providers.consulCatalogEnterprise.stale | bool |`false`| Use stale consistency for catalog reads. |
@@ -190,7 +190,7 @@ Kubernetes: `>=1.22.0-0`
190
190
| ingressRoute.healthcheck.middlewares | list |`[]`| Additional ingressRoute middlewares (e.g. for authentication) |
191
191
| ingressRoute.healthcheck.services | list |`[{"kind":"TraefikService","name":"ping@internal"}]`| The internal service used for the healthcheck ingressRoute |
| namespaceOverride | string |`""`| This field override the default Release Namespace for Helm. It will not affect optional CRDs such as `ServiceMonitor` and `PrometheusRules`|
302
+
| namespaceOverride | string |`""`| This field overrides the default Release Namespace for Helm. It will not affect optional CRDs such as `ServiceMonitor` and `PrometheusRules`|
303
303
| nodeSelector | object |`{}`| nodeSelector is the simplest recommended form of node selection constraint. |
304
304
| oci_meta | object |`{"enabled":false,"images":{"hub":{"image":"traefik-hub","tag":"latest"},"proxy":{"image":"traefik","tag":"latest"}},"repo":"traefik"}`| Required for OCI Marketplace integration. See https://docs.public.content.oci.oraclecloud.com/en-us/iaas/Content/Marketplace/understanding-helm-charts.htm|
305
305
| oci_meta.enabled | bool |`false`| Enable specific values for Oracle Cloud Infrastructure |
@@ -381,7 +381,7 @@ Kubernetes: `>=1.22.0-0`
381
381
| providers.file.enabled | bool |`false`| Create a file provider |
382
382
| providers.file.watch | bool |`true`| Allows Traefik to automatically watch for file changes |
383
383
| providers.kubernetesCRD.allowCrossNamespace | bool |`false`| Allows IngressRoute to reference resources in namespace other than theirs |
384
-
| providers.kubernetesCRD.allowEmptyServices | bool |`true`| Allows to return 503 when there is no endpoints available |
384
+
| providers.kubernetesCRD.allowEmptyServices | bool |`true`| Allows to return 503 when there are no endpoints available |
385
385
| providers.kubernetesCRD.allowExternalNameServices | bool |`false`| Allows to reference ExternalName services in IngressRoute |
| providers.kubernetesCRD.ingressClass | string |`""`| When the parameter is set, only resources containing an annotation with the same value are processed. Otherwise, resources missing the annotation, having an empty value, or the value traefik are processed. It will also set required annotation on Dashboard and Healthcheck IngressRoute when enabled. |
@@ -395,7 +395,7 @@ Kubernetes: `>=1.22.0-0`
395
395
| providers.kubernetesGateway.statusAddress.hostname | string |`""`| This Hostname will get copied to the Gateway status.addresses. |
396
396
| 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). |
397
397
| providers.kubernetesGateway.statusAddress.service | object |`{"enabled":true,"name":"","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. |
398
-
| providers.kubernetesIngress.allowEmptyServices | bool |`true`| Allows to return 503 when there is no endpoints available |
398
+
| providers.kubernetesIngress.allowEmptyServices | bool |`true`| Allows to return 503 when there are no endpoints available |
399
399
| providers.kubernetesIngress.allowExternalNameServices | bool |`false`| Allows to reference ExternalName services in Ingress |
| providers.kubernetesIngress.ingressClass | string |`nil`| When ingressClass is set, only Ingresses containing an annotation with the same value are processed. Otherwise, Ingresses missing the annotation, having an empty value, or the value traefik are processed. |
@@ -456,7 +456,7 @@ Kubernetes: `>=1.22.0-0`
456
456
| updateStrategy.rollingUpdate.maxSurge | int |`1`||
457
457
| updateStrategy.rollingUpdate.maxUnavailable | int |`0`||
458
458
| updateStrategy.type | string |`"RollingUpdate"`| Customize updateStrategy of Deployment or DaemonSet |
459
-
| versionOverride | string |`""`| This field override the default version extracted from image.tag |
459
+
| versionOverride | string |`""`| This field overrides the default version extracted from image.tag |
460
460
| volumes | list |`[]`| Add volumes to the traefik pod. The volume name will be passed to tpl. This can be used to mount a cert pair or a configmap that holds a config.toml file. After the volume has been mounted, add the configs into traefik by using the `additionalArguments` list below, eg: `additionalArguments: - "--providers.file.filename=/config/dynamic.toml" - "--ping" - "--ping.entrypoint=web"`|
# -- Allows to reference ExternalName services in IngressRoute
283
283
allowExternalNameServices: false
284
-
# -- Allows to return 503 when there is no endpoints available
284
+
# -- Allows to return 503 when there are no endpoints available
285
285
allowEmptyServices: true
286
286
# -- When the parameter is set, only resources containing an annotation with the same value are processed. Otherwise, resources missing the annotation, having an empty value, or the value traefik are processed. It will also set required annotation on Dashboard and Healthcheck IngressRoute when enabled.
# -- Allows to reference ExternalName services in Ingress
298
298
allowExternalNameServices: false
299
-
# -- Allows to return 503 when there is no endpoints available
299
+
# -- Allows to return 503 when there are no endpoints available
300
300
allowEmptyServices: true
301
301
# -- When ingressClass is set, only Ingresses containing an annotation with the same value are processed. Otherwise, Ingresses missing the annotation, having an empty value, or the value traefik are processed.
# -- behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).
984
984
behavior: {}
985
-
# -- scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
985
+
# -- scaleTargetRef points to the target resource to scale, and is used for the pods for which metrics should be collected, as well as to actually change the replica count.
986
986
scaleTargetRef:
987
987
apiVersion: apps/v1
988
988
kind: Deployment
@@ -1100,14 +1100,14 @@ podSecurityContext:
1100
1100
# See #595 for more details and traefik/tests/values/extra.yaml for example.
1101
1101
extraObjects: []
1102
1102
1103
-
# -- This field override the default Release Namespace for Helm.
1103
+
# -- This field overrides the default Release Namespace for Helm.
1104
1104
# It will not affect optional CRDs such as `ServiceMonitor` and `PrometheusRules`
1105
1105
namespaceOverride: ""
1106
1106
1107
-
# -- This field override the default app.kubernetes.io/instance label for all Objects.
1107
+
# -- This field overrides the default app.kubernetes.io/instance label for all Objects.
1108
1108
instanceLabelOverride: ""
1109
1109
1110
-
# -- This field override the default version extracted from image.tag
1110
+
# -- This field overrides the default version extracted from image.tag
1111
1111
versionOverride: ""
1112
1112
1113
1113
# Traefik Hub configuration. See https://doc.traefik.io/traefik-hub/
@@ -1197,7 +1197,7 @@ hub:
1197
1197
partition: ""
1198
1198
# -- Prefix for consul service tags.
1199
1199
prefix: "traefik"
1200
-
# -- Interval for check Consul API.
1200
+
# -- Interval for checking Consul API.
1201
1201
refreshInterval: 15
1202
1202
# -- Forces the read to be fully consistent.
1203
1203
requireConsistent: false
@@ -1265,7 +1265,7 @@ hub:
1265
1265
key: ""
1266
1266
# -- When insecureSkipVerify is set to true, the TLS connection accepts any certificate presented by the server. Default: false.
1267
1267
insecureSkipVerify: false
1268
-
# Enable export of errors logs to the platform. Default: true.
1268
+
# Enable export of error logs to the platform. Default: true.
0 commit comments