Fix my-recipes ingress

This commit is contained in:
dvirlabs 2025-12-07 04:54:19 +02:00
parent a7e7a59f45
commit 1b11dd685a
2 changed files with 12 additions and 4 deletions

View File

@ -29,8 +29,10 @@ backend:
ingress: ingress:
enabled: true enabled: true
className: "nginx" className: "traefik"
annotations: annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod" cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts: hosts:
- host: api-my-recipes.dvirlabs.com - host: api-my-recipes.dvirlabs.com
@ -65,8 +67,10 @@ frontend:
ingress: ingress:
enabled: true enabled: true
className: "nginx" className: "traefik"
annotations: annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod" cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts: hosts:
- host: my-recipes.dvirlabs.com - host: my-recipes.dvirlabs.com

View File

@ -25,8 +25,10 @@ backend:
tag: latest tag: latest
ingress: ingress:
enabled: true enabled: true
className: "nginx" className: "traefik"
annotations: annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod" cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts: hosts:
- host: api-my-recipes.dvirlabs.com - host: api-my-recipes.dvirlabs.com
@ -57,8 +59,10 @@ frontend:
tag: latest tag: latest
ingress: ingress:
enabled: true enabled: true
className: "nginx" className: "traefik"
annotations: annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod" cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts: hosts:
- host: my-recipes.dvirlabs.com - host: my-recipes.dvirlabs.com