Fix my-recipes ingress
This commit is contained in:
parent
1b11dd685a
commit
91df0d42a8
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user