Add Phabricator example

Summary: Add phabricator example

Reviewers: davidopp

Reviewed By: davidopp

Subscribers: #kubernetes

Projects: #kubernetes

Differential Revision: http://107.178.210.6/D5
This commit is contained in:
Filip Grzadkowski
2015-03-10 16:22:52 +01:00
parent a4d871a100
commit 401babef29
11 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo "Deleting Authenticator replication controller" && kubectl stop rc authenticator-controller
echo "Deleting Phabricator service" && kubectl delete -f phabricator-service.json
echo "Deleting Phabricator replication controller" && kubectl stop rc phabricator-controller
echo "Delete firewall rule" && gcloud compute firewall-rules delete -q phabricator-node-80