Browse Source

group services in quickstarts

pull/63/head
Sally O'Malley 9 years ago
parent
commit
d0e5792db2
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      openshift/templates/django-postgresql-persistent.json
  2. +2
    -1
      openshift/templates/django-postgresql.json

+ 2
- 1
openshift/templates/django-postgresql-persistent.json 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": {


+ 2
- 1
openshift/templates/django-postgresql.json 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": {


Loading…
Cancel
Save