Skip to content

Commit 3cd5ad4

Browse files
committed
Add web entrypoint again
1 parent 7fe9864 commit 3cd5ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/traefik/values.insecure.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extraObjects:
3535
name: traefik-dashboard
3636
namespace: {{.Release.Namespace}}
3737
annotations:
38-
traefik.ingress.kubernetes.io/router.entrypoints: websecure # allow http(s) for local deployment
38+
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure # allow http(s) for local deployment
3939
traefik.ingress.kubernetes.io/router.middlewares: {{.Release.Namespace}}-traefik-basic-auth@kubernetescrd # namespace + middleware name
4040
cert-manager.io/cluster-issuer: "cert-issuer"
4141
spec:

0 commit comments

Comments
 (0)