Fix my-recipes ingress
This commit is contained in:
parent
1b11dd685a
commit
91df0d42a8
@ -39,6 +39,10 @@ backend:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- secretName: api-my-recipes-tls
|
||||||
|
hosts:
|
||||||
|
- api-my-recipes.dvirlabs.com
|
||||||
|
|
||||||
# Frontend configuration
|
# Frontend configuration
|
||||||
frontend:
|
frontend:
|
||||||
@ -77,6 +81,10 @@ frontend:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- secretName: my-recipes-tls
|
||||||
|
hosts:
|
||||||
|
- my-recipes.dvirlabs.com
|
||||||
|
|
||||||
# PostgreSQL configuration
|
# PostgreSQL configuration
|
||||||
postgres:
|
postgres:
|
||||||
|
|||||||
@ -35,6 +35,10 @@ backend:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- secretName: api-my-recipes-tls
|
||||||
|
hosts:
|
||||||
|
- api-my-recipes.dvirlabs.com
|
||||||
# Frontend configuration
|
# Frontend configuration
|
||||||
frontend:
|
frontend:
|
||||||
name: frontend
|
name: frontend
|
||||||
@ -69,6 +73,10 @@ frontend:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- secretName: my-recipes-tls
|
||||||
|
hosts:
|
||||||
|
- my-recipes.dvirlabs.com
|
||||||
# PostgreSQL configuration
|
# PostgreSQL configuration
|
||||||
postgres:
|
postgres:
|
||||||
name: db
|
name: db
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user