fluxcd: node red

This commit is contained in:
Márcio Fernandes
2026-06-06 03:09:49 +00:00
parent 244ff73e6e
commit 950b462651
20 changed files with 158 additions and 58 deletions
@@ -1,5 +0,0 @@
#!/bin/bash
set -e
echo "Executing app deploy."
kubectl kustomize ./services/node-red/deploy/app | kubectl apply -f -
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
set -e
kubectl kustomize ./services/node-red/deploy/flux | kubectl apply -f -
@@ -1,5 +0,0 @@
#!/bin/bash
set -e
echo "Executing infra deploy."
kubectl kustomize ./services/node-red/deploy/infra | kubectl apply -f -