theshire/kubernetes/apps/database/crunchy-postgres-operator/cluster/kustomization.yaml
Joseph Hanson 3251d8240b
adding database workloads
crunchy postgres
dragonfly
emqx
2024-09-05 01:33:23 -05:00

10 lines
265 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./externalsecret.yaml
- ./gatus.yaml
- ./postgrescluster.yaml
- ./pushsecret.yaml
- ./service.yaml