group services in quickstarts

This commit is contained in:
Sally O'Malley 2016-10-19 13:30:27 -04:00
parent 9f38043a5e
commit d0e5792db2
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,8 @@
"metadata": { "metadata": {
"name": "${NAME}", "name": "${NAME}",
"annotations": { "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": { "spec": {

View file

@ -19,7 +19,8 @@
"metadata": { "metadata": {
"name": "${NAME}", "name": "${NAME}",
"annotations": { "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": { "spec": {