Merge pull request #63 from sallyom/group-services

group services in quickstarts
This commit is contained in:
Ben Parees 2016-10-19 13:53:28 -04:00 committed by GitHub
commit 380f34793e
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
"description": "Exposes and load balances the application pods"
"description": "Exposes and load balances the application pods",
"service.alpha.openshift.io/dependencies": "[{\"name\": \"${DATABASE_SERVICE_NAME}\", \"namespace\": \"\", \"kind\": \"Service\"}]"
}
},
"spec": {

View File

@ -19,7 +19,8 @@
"metadata": {
"name": "${NAME}",
"annotations": {
"description": "Exposes and load balances the application pods"
"description": "Exposes and load balances the application pods",
"service.alpha.openshift.io/dependencies": "[{\"name\": \"${DATABASE_SERVICE_NAME}\", \"namespace\": \"\", \"kind\": \"Service\"}]"
}
},
"spec": {