Files
n8n/manifests/deploy.sh
2025-12-30 20:53:38 +11:00

13 lines
367 B
Bash
Executable File

oc apply -f namespace.yaml
oc apply -f postgres-claim0-persistentvolumeclaim.yaml
oc apply -f postgres-configmap.yaml
oc apply -f postgres-secret.yaml
oc apply -f postgres-deployment.yaml
oc apply -f postgres-service.yaml
./scc-updates.sh
oc apply -f n8n-pvc.yaml
oc apply -f n8n-service.yaml
oc apply -f n8n-deployment.yaml
oc apply -f route.yaml
echo n8n Deployed!