use traefik-internal for traefik
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: {{ .Release.Name }}-tls
|
name: {{ .Release.Name }}-tls
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: {{ .Values.config.ingressclass }}
|
kubernetes.io/ingress.class: traefik-internal
|
||||||
spec:
|
spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
@@ -29,7 +29,7 @@ metadata:
|
|||||||
name: {{ .Release.Name }}-web
|
name: {{ .Release.Name }}-web
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: {{ .Values.config.ingressclass }}
|
kubernetes.io/ingress.class: traefik-internal
|
||||||
spec:
|
spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- web
|
- web
|
||||||
|
|||||||
Reference in New Issue
Block a user