summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.7/quickstart-templates/django-postgresql-persistent.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-08 13:18:41 -0500
committerGitHub <noreply@github.com>2017-11-08 13:18:41 -0500
commita4d4b530bd4390a4a7f4cc277d02fd52796ee144 (patch)
treef3164f9177d741691b0fb49271cc4639481be51a /roles/openshift_examples/files/examples/v3.7/quickstart-templates/django-postgresql-persistent.json
parent315decc0bf8ddabcf4303e3ba069944b1d40f5a5 (diff)
parent93932af0d61379d3e02a26e49d24a37e0c64da15 (diff)
downloadopenshift-a4d4b530bd4390a4a7f4cc277d02fd52796ee144.tar.gz
openshift-a4d4b530bd4390a4a7f4cc277d02fd52796ee144.tar.bz2
openshift-a4d4b530bd4390a4a7f4cc277d02fd52796ee144.tar.xz
openshift-a4d4b530bd4390a4a7f4cc277d02fd52796ee144.zip
Merge pull request #5966 from sdodson/iss-master
Update to xpaas v1.4.6 content
Diffstat (limited to 'roles/openshift_examples/files/examples/v3.7/quickstart-templates/django-postgresql-persistent.json')
-rw-r--r--roles/openshift_examples/files/examples/v3.7/quickstart-templates/django-postgresql-persistent.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/roles/openshift_examples/files/examples/v3.7/quickstart-templates/django-postgresql-persistent.json b/roles/openshift_examples/files/examples/v3.7/quickstart-templates/django-postgresql-persistent.json
index 060f45dac..f3b5838fa 100644
--- a/roles/openshift_examples/files/examples/v3.7/quickstart-templates/django-postgresql-persistent.json
+++ b/roles/openshift_examples/files/examples/v3.7/quickstart-templates/django-postgresql-persistent.json
@@ -11,7 +11,8 @@
"openshift.io/long-description": "This template defines resources needed to develop a Django based application, including a build configuration, application deployment configuration, and database deployment configuration.",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"openshift.io/documentation-url": "https://github.com/openshift/django-ex",
- "openshift.io/support-url": "https://access.redhat.com"
+ "openshift.io/support-url": "https://access.redhat.com",
+ "template.openshift.io/bindable": "false"
}
},
"message": "The following service(s) have been created in your project: ${NAME}, ${DATABASE_SERVICE_NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/django-ex/blob/master/README.md.",
@@ -58,10 +59,7 @@
"kind": "Route",
"apiVersion": "v1",
"metadata": {
- "name": "${NAME}",
- "annotations": {
- "template.openshift.io/expose-uri": "http://{.spec.host}{.spec.path}"
- }
+ "name": "${NAME}"
},
"spec": {
"host": "${APPLICATION_DOMAIN}",