add network-policies
All checks were successful
/ continuous-deploy (push) Successful in 23s

This commit is contained in:
Márcio Fernandes
2026-04-18 15:11:24 +00:00
parent 75aede94ac
commit 405763f158
5 changed files with 47 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -e
echo "Executing infra deploy."
kubectl create namespace cloud-limbosolutions-com || true
kubectl kustomize deploy/infra | kubectl -n cloud-limbosolutions-com apply -f -