13 lines
367 B
Bash
Executable File
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!
|