Skip to content

Commit

Permalink
fix: remove annotation for the redirection middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Feb 23, 2024
1 parent 05d1af1 commit 2bef626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ locals {
annotations = {
"cert-manager.io/cluster-issuer" = "${var.cluster_issuer}"
"traefik.ingress.kubernetes.io/router.entrypoints" = "websecure"
"traefik.ingress.kubernetes.io/router.middlewares" = "traefik-withclustername@kubernetescrd"
"traefik.ingress.kubernetes.io/router.tls" = "true"
"ingress.kubernetes.io/ssl-redirect" = "true"
"kubernetes.io/ingress.allow-http" = "false"
Expand Down

0 comments on commit 2bef626

Please sign in to comment.