Fix phabricator example

This commit is contained in:
Filip Grzadkowski
2015-09-28 14:34:14 +02:00
parent f8a9943d90
commit 4b515db460
8 changed files with 69 additions and 158 deletions

View File

@@ -16,6 +16,5 @@
echo "Create Phabricator replication controller" && kubectl create -f phabricator-controller.json
echo "Create Phabricator service" && kubectl create -f phabricator-service.json
echo "Create Authenticator replication controller" && kubectl create -f authenticator-controller.json
echo "Create firewall rule" && gcloud compute firewall-rules create phabricator-node-80 --allow=tcp:80 --target-tags kubernetes-minion