This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
group services in quickstarts
pull/63/head
Sally O'Malley
9 years ago
parent
9f38043a5e
commit
d0e5792db2
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
openshift/templates/django-postgresql-persistent.json
+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"
:
{
Write
Preview
Loading…
Cancel
Save