mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:44:33 +00:00
17 lines
383 B
YAML
17 lines
383 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- garage-configmap.yaml
|
|
- garage-statefulset.yaml
|
|
- garage-service.yaml
|
|
- knoe-db-barman-objectstore.yaml
|
|
- knoe-db.yaml
|
|
- knoe-db-postgres-service.yaml
|
|
- knoe-configmap.yaml
|
|
- knoe-deployment.yaml
|
|
- knoe-service.yaml
|
|
- openbao-statefulset.yaml
|
|
- openbao-service.yaml
|
|
- ingress.yaml
|