start using kustomize
Casa LMS CI/CD Pipeline / deploy (push) Successful in 16s

This commit is contained in:
Márcio Fernandes
2025-11-30 21:16:52 +00:00
parent 8f0de6ca92
commit 2649221f92
16 changed files with 205 additions and 184 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
echo "Executing app deploy."
kubectl kustomize deploy/app | kubectl apply -f -
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
echo "Executing infra deploy."
kubectl kustomize deploy/infra | kubectl apply -f -