summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-25 12:23:03 -0400
committerGitHub <noreply@github.com>2017-10-25 12:23:03 -0400
commit7e989129628ed34ad4192e757009c0a26552f42a (patch)
tree97c3ae576a583beaa0a91d7ffb2998740067de20 /roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb.json
parente6ae87aa370c35b444385efe2fbab480d5cde336 (diff)
parentf7728996fbe2ad109fc8290682493038bc43f66c (diff)
downloadopenshift-7e989129628ed34ad4192e757009c0a26552f42a.tar.gz
openshift-7e989129628ed34ad4192e757009c0a26552f42a.tar.bz2
openshift-7e989129628ed34ad4192e757009c0a26552f42a.tar.xz
openshift-7e989129628ed34ad4192e757009c0a26552f42a.zip
Merge pull request #5854 from sdodson/image-stream-sync
Sync latest imagestreams and templates
Diffstat (limited to 'roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb.json')
-rw-r--r--roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb.json b/roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb.json
index eb6ab33d9..0649d6204 100644
--- a/roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb.json
+++ b/roles/openshift_examples/files/examples/v3.7/quickstart-templates/nodejs-mongodb.json
@@ -8,10 +8,10 @@
"description": "An example Node.js application with a MongoDB database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.",
"tags": "quickstart,nodejs",
"iconClass": "icon-nodejs",
- "template.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. The database is stored in non-persistent storage, so this configuration should be used for experimental purposes only.",
- "template.openshift.io/provider-display-name": "Red Hat, Inc.",
- "template.openshift.io/documentation-url": "https://github.com/openshift/nodejs-ex",
- "template.openshift.io/support-url": "https://access.redhat.com"
+ "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. The database is stored in non-persistent storage, so this configuration should be used for experimental purposes only.",
+ "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"
}
},
"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.",
@@ -292,7 +292,8 @@
"metadata": {
"name": "${DATABASE_SERVICE_NAME}",
"annotations": {
- "description": "Defines how to deploy the database"
+ "description": "Defines how to deploy the database",
+ "template.alpha.openshift.io/wait-for-ready": "true"
}
},
"spec": {