We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe9864 commit 3cd5ad4Copy full SHA for 3cd5ad4
charts/traefik/values.insecure.yaml.gotmpl
@@ -35,7 +35,7 @@ extraObjects:
35
name: traefik-dashboard
36
namespace: {{.Release.Namespace}}
37
annotations:
38
- traefik.ingress.kubernetes.io/router.entrypoints: websecure # allow http(s) for local deployment
+ traefik.ingress.kubernetes.io/router.entrypoints: web,websecure # allow http(s) for local deployment
39
traefik.ingress.kubernetes.io/router.middlewares: {{.Release.Namespace}}-traefik-basic-auth@kubernetescrd # namespace + middleware name
40
cert-manager.io/cluster-issuer: "cert-issuer"
41
spec:
0 commit comments