Update my-recipes front image ingress

This commit is contained in:
dvirlabs 2025-12-05 13:04:24 +02:00
parent c9eddb88fc
commit d6ca703370

View File

@ -81,7 +81,7 @@ ingress:
traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: null cert-manager.io/cluster-issuer: null
hosts: hosts:
- host: recipes.dvirlabs.com - host: my-recipes.dvirlabs.com
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
@ -92,4 +92,4 @@ ingress:
tls: tls:
- secretName: recipes-tls - secretName: recipes-tls
hosts: hosts:
- recipes.dvirlabs.com - my-recipes.dvirlabs.com