kubetctl to oc
This commit is contained in:
20
manifests/deploy.sh
Normal file → Executable file
20
manifests/deploy.sh
Normal file → Executable file
@@ -1,12 +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
|
||||
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
|
||||
k apply -f n8n-pvc.yaml
|
||||
k apply -f n8n-service.yaml
|
||||
k apply -f n8n-deployment.yaml
|
||||
k apply -f route.yaml
|
||||
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!
|
||||
|
||||
Reference in New Issue
Block a user