Allow both HTTP and HTTPS on ingress to work with Cloudflare
This commit is contained in:
parent
ac29cf7e85
commit
52d76484a6
@ -50,7 +50,7 @@ backend:
|
|||||||
enabled: true
|
enabled: true
|
||||||
className: "traefik"
|
className: "traefik"
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
hosts:
|
hosts:
|
||||||
- host: api-brand-master.dvirlabs.com
|
- host: api-brand-master.dvirlabs.com
|
||||||
@ -86,7 +86,7 @@ frontend:
|
|||||||
enabled: true
|
enabled: true
|
||||||
className: "traefik"
|
className: "traefik"
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
hosts:
|
hosts:
|
||||||
- host: brand-master.dvirlabs.com
|
- host: brand-master.dvirlabs.com
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user