Update file values.yaml

This commit is contained in:
2023-04-09 23:41:42 +00:00
parent 2e49f806d3
commit b677027536

View File

@@ -1,3 +1,4 @@
traefik:
# Default values for Traefik # Default values for Traefik
image: image:
registry: docker.io registry: docker.io
@@ -17,7 +18,7 @@ hub:
# * enable allowExternalNameServices on KubernetesIngress provider # * enable allowExternalNameServices on KubernetesIngress provider
# * enable allowCrossNamespace on KubernetesCRD provider # * enable allowCrossNamespace on KubernetesCRD provider
# * add an internal (ClusterIP) Service, dedicated for Traefik Hub # * add an internal (ClusterIP) Service, dedicated for Traefik Hub
enabled: false enabled: true
## Default port can be changed ## Default port can be changed
# tunnelPort: 9901 # tunnelPort: 9901
## TLS is optional. Insecure is mutually exclusive with any other options ## TLS is optional. Insecure is mutually exclusive with any other options