Remove router.tls annotation
This specialized the ingress for https connections which is no longer the case for the combined ingress
This commit is contained in:
parent
948b7d92e7
commit
d635988f5a
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ metadata:
|
||||||
app.kubernetes.part-of: c4k-common-app
|
app.kubernetes.part-of: c4k-common-app
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: web, websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: web, websecure
|
||||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
||||||
traefik.ingress.kubernetes.io/router.middlewares: default-redirect-https@kubernetescrd
|
traefik.ingress.kubernetes.io/router.middlewares: default-redirect-https@kubernetescrd
|
||||||
spec:
|
spec:
|
||||||
tls:
|
tls:
|
||||||
|
|
Loading…
Reference in a new issue