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
|
||||
resources:
|
||||
- namespace.yaml
|
||||
# - backend-deployment.yaml
|
||||
- backend-deployment.yaml
|
||||
# - celery-deployment.yaml
|
||||
- frontend-deployment.yaml
|
||||
# - backend-service.yaml
|
||||
- backend-service.yaml
|
||||
- frontend-service.yaml
|
||||
|
||||
@ -3,5 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
# - postgresql.yaml
|
||||
- postgresql.yaml
|
||||
patches: []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user