re-org for argo

This commit is contained in:
2025-12-30 20:47:52 +11:00
parent 630c70c95a
commit fc00bd5b4a
13 changed files with 22 additions and 0 deletions

12
manifests/deploy.sh Normal file
View File

@@ -0,0 +1,12 @@
k apply -f namespace.yaml
k apply -f postgres-claim0-persistentvolumeclaim.yaml
k apply -f postgres-configmap.yaml
k apply -f postgres-secret.yaml
k apply -f postgres-deployment.yaml
k apply -f postgres-service.yaml
./scc-updates.sh
k apply -f n8n-pvc.yaml
k apply -f n8n-service.yaml
k apply -f n8n-deployment.yaml
k apply -f route.yaml
echo n8n Deployed!