Enable backend and Celery deployments in PM app kustomization configuration
This commit is contained in:
parent
8d2a5e62ef
commit
f04a93fe12
@ -4,7 +4,7 @@ kind: Kustomization
|
|||||||
namespace: pm
|
namespace: pm
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
# - backend-deployment.yaml
|
- backend-deployment.yaml
|
||||||
- backend-service.yaml
|
- backend-service.yaml
|
||||||
# - celery-deployment.yaml
|
- celery-deployment.yaml
|
||||||
- backend-configmap.yaml
|
- backend-configmap.yaml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user