refactor, move cluster to app config under app/db
This commit is contained in:
parent
c733b8ea86
commit
ec343739f6
|
|
@ -3,9 +3,8 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
#- secret.yaml
|
|
||||||
#- postgres.yaml
|
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- configmap.yaml
|
- configmap.yaml
|
||||||
- pvc.yaml
|
- pvc.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
|
- db
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,3 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- cloudnative-pg
|
- cloudnative-pg
|
||||||
- mariadb-operator
|
- mariadb-operator
|
||||||
- clusters
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue