Remove tls annotation from ingress
This is not required as specifying the tls section already specializes this ingress for https traffic.
This commit is contained in:
parent
d635988f5a
commit
21c1b69ade
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
{:name "test-io-https-ingress",
|
{:name "test-io-https-ingress",
|
||||||
:namespace "default",
|
:namespace "default",
|
||||||
:labels {:app.kubernetes.part-of "c4k-common-app"},
|
:labels {:app.kubernetes.part-of "c4k-common-app"},
|
||||||
:annotations #:traefik.ingress.kubernetes.io{:router.entrypoints "web, websecure", :router.tls "true", :router.middlewares "default-redirect-https@kubernetescrd"}}}
|
:annotations #:traefik.ingress.kubernetes.io{:router.entrypoints "web, websecure", :router.middlewares "default-redirect-https@kubernetescrd"}}}
|
||||||
(dissoc (cut/generate-ingress
|
(dissoc (cut/generate-ingress
|
||||||
{:issuer "prod"
|
{:issuer "prod"
|
||||||
:service-name "test-io-service"
|
:service-name "test-io-service"
|
||||||
|
|
Loading…
Reference in a new issue