summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb-persistent.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-08 11:37:22 -0500
committerScott Dodson <sdodson@redhat.com>2017-11-08 11:37:22 -0500
commit93932af0d61379d3e02a26e49d24a37e0c64da15 (patch)
tree7c85dc5873667da84ff2514ce669247e07f726de /roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb-persistent.json
parent0523b0e22c9f3e6e444d2cd6ee72d9b911cf7847 (diff)
downloadopenshift-93932af0d61379d3e02a26e49d24a37e0c64da15.tar.gz
openshift-93932af0d61379d3e02a26e49d24a37e0c64da15.tar.bz2
openshift-93932af0d61379d3e02a26e49d24a37e0c64da15.tar.xz
openshift-93932af0d61379d3e02a26e49d24a37e0c64da15.zip
General template updates for v3.7
Diffstat (limited to 'roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb-persistent.json')
-rw-r--r--roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb-persistent.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb-persistent.json b/roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb-persistent.json
index 9543b5681..7f2a5d804 100644
--- a/roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb-persistent.json
+++ b/roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb-persistent.json
@@ -11,7 +11,8 @@
"openshift.io/long-description": "This template defines resources needed to develop a NodeJS 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/nodejs-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/nodejs-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}",