Uncomment PostgreSQL and backend resources in RFI kustomization files
This commit is contained in:
parent
fbeaaa6264
commit
eb09fc14e6
@ -4,8 +4,8 @@ kind: Kustomization
|
|||||||
namespace: rfi
|
namespace: rfi
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
# - backend-deployment.yaml
|
- backend-deployment.yaml
|
||||||
# - celery-deployment.yaml
|
# - celery-deployment.yaml
|
||||||
- frontend-deployment.yaml
|
- frontend-deployment.yaml
|
||||||
# - backend-service.yaml
|
- backend-service.yaml
|
||||||
- frontend-service.yaml
|
- frontend-service.yaml
|
||||||
|
|||||||
@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../base
|
- ../base
|
||||||
# - postgresql.yaml
|
- postgresql.yaml
|
||||||
patches: []
|
patches: []
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user