Update file values.yaml

This commit is contained in:
2023-04-10 00:17:13 +00:00
parent 282870b0e5
commit c9128b308d

View File

@@ -489,17 +489,17 @@ traefik:
# serviceEnvironment: "" # serviceEnvironment: ""
globalArguments: globalArguments:
- "--global.checknewversion" - "--global.checknewversion=false"
- "--global.sendanonymoususage" - "--global.sendanonymoususage=false"
# #
# Configure Traefik static configuration # Configure Traefik static configuration
# Additional arguments to be passed at Traefik's binary # Additional arguments to be passed at Traefik's binary
# All available options available on https://docs.traefik.io/reference/static-configuration/cli/ # All available options available on https://docs.traefik.io/reference/static-configuration/cli/
## Use curly braces to pass values: `helm install --set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-internal,--log.level=DEBUG}"` ## Use curly braces to pass values: `helm install --set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-internal,--log.level=DEBUG}"`
additionalArguments: [] additionalArguments:
# - "--providers.kubernetesingress.ingressclass=traefik-internal" - "--serversTransport.insecureSkipVerify=true"
# - "--log.level=DEBUG" - "--log.level=DEBUG"
# Environment variables to be passed to Traefik's binary # Environment variables to be passed to Traefik's binary
env: [] env: []
@@ -572,7 +572,7 @@ traefik:
# Port Redirections # Port Redirections
# Added in 2.2, you can make permanent redirects via entrypoints. # Added in 2.2, you can make permanent redirects via entrypoints.
# https://docs.traefik.io/routing/entrypoints/#redirection # https://docs.traefik.io/routing/entrypoints/#redirection
# redirectTo: websecure redirectTo: websecure
# #
# Trust forwarded headers information (X-Forwarded-*). # Trust forwarded headers information (X-Forwarded-*).
# forwardedHeaders: # forwardedHeaders: