Allow both HTTP and HTTPS on ingress to work with Cloudflare

This commit is contained in:
dvirlabs 2026-05-08 13:45:10 +03:00
parent ac29cf7e85
commit 52d76484a6

View File

@ -50,7 +50,7 @@ backend:
enabled: true
className: "traefik"
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts:
- host: api-brand-master.dvirlabs.com
@ -86,7 +86,7 @@ frontend:
enabled: true
className: "traefik"
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts:
- host: brand-master.dvirlabs.com