refactor, move cluster to app config under app/db

This commit is contained in:
j37hr0 2026-04-10 19:34:40 +12:00
parent c733b8ea86
commit ec343739f6
4 changed files with 1 additions and 3 deletions

View file

@ -3,9 +3,8 @@ kind: Kustomization
resources:
- ingress.yaml
- deployment.yaml
#- secret.yaml
#- postgres.yaml
- namespace.yaml
- configmap.yaml
- pvc.yaml
- service.yaml
- db

View file

@ -3,4 +3,3 @@ kind: Kustomization
resources:
- cloudnative-pg
- mariadb-operator
- clusters