Files
taskarr-mgr/deploy/base/kustomization.yaml
2026-05-13 09:10:47 +02:00

14 lines
270 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: vhsmp
resources:
- ./deployment.yaml
- ./ingress.yaml
- ./cert.yaml
- ./service.yaml
- ./migration-job.yaml
- ./postgres-service.yaml
- ./postgres-storage.yaml
- ./postgres.yaml