convert deploy manifests to kustomization format
All checks were successful
Deploy to K8s / deploy (push) Successful in 9s
Build and Push / build (push) Successful in 5s

Adds kustomization.yaml to enforce explicit resource ordering
(namespace before deployment/service). Updates CI to use
kubectl apply -k instead of kubectl apply -f.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-26 13:20:19 +01:00
parent 6ec6a3664f
commit 4d800ffbfb
2 changed files with 11 additions and 1 deletions

View File

@@ -106,4 +106,4 @@ jobs:
kubectl auth whoami
kubectl get ns
kubectl apply -f deploy/
kubectl apply -k deploy/