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:
bom 2022-11-18 09:35:34 +01:00
parent d635988f5a
commit 21c1b69ade

View file

@ -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"