mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-01 02:27:23 +01:00
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.0.1"
|
|
- "--providers.kubernetesingress.allowEmptyServices=true"
|
|
|
|
experimental:
|
|
plugins:
|
|
enabled: true
|