Skip to content

Commit

Permalink
Updating comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Jul 9, 2018
1 parent 85cc77b commit 20a0d9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
#!/bin/sh
# Script to create all Kubernetes deployments, services, statefulsets, ingress
# Script to create all ESGF Kubernetes pods and services

kubectl create -f postgres-esgcet/deployment.yaml
kubectl create -f postgres-esgcet/service.yaml

#sleep 5
#kubectl create -f zookeeper/statefulset.yaml
#kubectl create -f zookeeper/service.yaml

sleep 5
kubectl create -f cog/deployment-postgres.yaml
kubectl create -f cog/service-postgres.yaml
Expand Down

0 comments on commit 20a0d9d

Please sign in to comment.