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
+27
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,33 @@ Kubernetes: `>=1.22.0-0`
87
87
| hub.apimanagement.enabled | bool |`false`| Set to true in order to enable API Management. Requires a valid license token. |
88
88
| hub.apimanagement.openApi.validateRequestMethodAndPath | bool |`false`| When set to true, it will only accept paths and methods that are explicitly defined in its OpenAPI specification |
89
89
| hub.experimental.aigateway | bool |`false`| Set to true in order to enable AI Gateway. Requires a valid license token. |
90
+
| hub.providers.consulCatalogEnterprise.cache | bool |`false`| Use local agent caching for catalog reads. |
91
+
| hub.providers.consulCatalogEnterprise.connectAware | bool |`false`| Enable Consul Connect support. |
92
+
| hub.providers.consulCatalogEnterprise.connectByDefault | bool |`false`| Consider every service as Connect capable by default. |
93
+
| hub.providers.consulCatalogEnterprise.constraints | string |`""`| Constraints is an expression that Traefik matches against the container's labels |
| hub.providers.consulCatalogEnterprise.enabled | bool |`false`| Enable Consul Catalog Enterprise backend with default settings. |
96
+
| hub.providers.consulCatalogEnterprise.endpoint.address | string |`""`| The address of the Consul server |
97
+
| hub.providers.consulCatalogEnterprise.endpoint.datacenter | string |`""`| Data center to use. If not provided, the default agent data center is used |
98
+
| hub.providers.consulCatalogEnterprise.endpoint.endpointWaitTime | int |`0`| WaitTime limits how long a Watch will block. If not provided, the agent default |
| hub.providers.consulCatalogEnterprise.endpoint.token | string |`""`| Token is used to provide a per-request ACL token which overrides the agent's |
107
+
| hub.providers.consulCatalogEnterprise.exposedByDefault | bool |`true`| Expose containers by default. |
108
+
| hub.providers.consulCatalogEnterprise.namespaces | string |`""`| Sets the namespaces used to discover services (Consul Enterprise only). |
109
+
| hub.providers.consulCatalogEnterprise.partition | string |`""`| Sets the partition used to discover services (Consul Enterprise only). |
110
+
| hub.providers.consulCatalogEnterprise.prefix | string |`"traefik"`| Prefix for consul service tags. |
111
+
| hub.providers.consulCatalogEnterprise.refreshInterval | int |`15`| Interval for check Consul API. |
112
+
| hub.providers.consulCatalogEnterprise.requireConsistent | bool |`false`| Forces the read to be fully consistent. |
113
+
| hub.providers.consulCatalogEnterprise.serviceName | string |`"traefik"`| Name of the Traefik service in Consul Catalog (needs to be registered via the |
114
+
| hub.providers.consulCatalogEnterprise.stale | bool |`false`| Use stale consistency for catalog reads. |
115
+
| hub.providers.consulCatalogEnterprise.strictChecks | string |`"passing, warning"`| A list of service health statuses to allow taking traffic. |
116
+
| hub.providers.consulCatalogEnterprise.watch | bool |`false`| Watch Consul API events. |
0 commit comments