Fix my-recipes ingress

This commit is contained in:
dvirlabs 2025-12-07 04:58:42 +02:00
parent 1b11dd685a
commit 91df0d42a8
2 changed files with 16 additions and 0 deletions

View File

@ -39,6 +39,10 @@ backend:
paths:
- path: /
pathType: Prefix
tls:
- secretName: api-my-recipes-tls
hosts:
- api-my-recipes.dvirlabs.com
# Frontend configuration
frontend:
@ -77,6 +81,10 @@ frontend:
paths:
- path: /
pathType: Prefix
tls:
- secretName: my-recipes-tls
hosts:
- my-recipes.dvirlabs.com
# PostgreSQL configuration
postgres:

View File

@ -35,6 +35,10 @@ backend:
paths:
- path: /
pathType: Prefix
tls:
- secretName: api-my-recipes-tls
hosts:
- api-my-recipes.dvirlabs.com
# Frontend configuration
frontend:
name: frontend
@ -69,6 +73,10 @@ frontend:
paths:
- path: /
pathType: Prefix
tls:
- secretName: my-recipes-tls
hosts:
- my-recipes.dvirlabs.com
# PostgreSQL configuration
postgres:
name: db