k8s-mgmt-pod/k8s/kustomization.yaml
Michael Trip e48f76441d
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 28s
Add PersistentVolumeClaim for pod state persistence and update README
2026-06-24 11:01:13 +02:00

11 lines
229 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: k8s-mgmt-pod
resources:
- namespace.yaml
- serviceaccount.yaml
- rbac.yaml
- pvc.yaml
- deployment.yaml
- service.yaml
- networkpolicy.yaml