Update my-recipes front image ingress
This commit is contained in:
parent
1096d478c3
commit
c9eddb88fc
@ -72,14 +72,16 @@ postgres:
|
|||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
|
|
||||||
# Ingress (keep defaults in chart if you prefer not to expose)
|
# Ingress (top-level, maps frontend/backend paths)
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: "nginx"
|
className: traefik
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||||
|
cert-manager.io/cluster-issuer: null
|
||||||
hosts:
|
hosts:
|
||||||
- host: recipes.local
|
- host: recipes.dvirlabs.com
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
@ -90,4 +92,4 @@ ingress:
|
|||||||
tls:
|
tls:
|
||||||
- secretName: recipes-tls
|
- secretName: recipes-tls
|
||||||
hosts:
|
hosts:
|
||||||
- recipes.local
|
- recipes.dvirlabs.com
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user