mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-25 14:59:16 +01:00
git-subtree-dir: plugins/traefik git-subtree-mainline:1a14070131git-subtree-split:aef1f9e0dd
11 lines
377 B
YAML
11 lines
377 B
YAML
# traefik helm values
|
|
additionalArguments:
|
|
- "--pilot.token=XXXXX_YOURTOKEN_XXXXXXXXXXXXXXXX"
|
|
- "--experimental.plugins.traefik-ondemand-plugin.modulename=github.com/acouvreur/traefik-ondemand-plugin"
|
|
- "--experimental.plugins.traefik-ondemand-plugin.version=v1.2.0"
|
|
- "--providers.kubernetesingress.allowEmptyServices=true"
|
|
|
|
experimental:
|
|
plugins:
|
|
enabled: true
|