Merge pull request #63 from sallyom/group-services
group services in quickstarts
This commit is contained in:
commit
380f34793e
2 changed files with 4 additions and 2 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue