k8s-mgmt-pod/k8s/kustomization.yaml
Michael Trip 4dbcde381f
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 2m21s
initial commit
2026-06-23 15:06:17 +02:00

10 lines
216 B
YAML

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