Updates template display name, tags, description, message, and service grouping
This commit is contained in:
parent
9ebc30eb44
commit
572d5d4af1
3 changed files with 13 additions and 7 deletions
|
@ -4,11 +4,13 @@
|
|||
"metadata": {
|
||||
"name": "nodejs-mongo-persistent",
|
||||
"annotations": {
|
||||
"description": "An example Node.js application with a MongoDB database",
|
||||
"tags": "quickstart,nodejs,mongodb",
|
||||
"openshift.io/display-name": "Node.js + MongoDB (Persistent)",
|
||||
"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.",
|
||||
"tags": "quickstart,nodejs",
|
||||
"iconClass": "icon-nodejs"
|
||||
}
|
||||
},
|
||||
"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.",
|
||||
"labels": {
|
||||
"template": "nodejs-mongo-persistent"
|
||||
},
|
||||
|
@ -20,7 +22,7 @@
|
|||
"name": "${NAME}",
|
||||
"annotations": {
|
||||
"description": "Exposes and load balances the application pods",
|
||||
"service.alpha.openshift.io/dependencies": "[{\"name\": \"${DATABASE_SERVICE_NAME}\", \"namespace\": \"\", \"kind\": \"Service\"}]"
|
||||
"service.alpha.openshift.io/dependencies": "[{\"name\": \"${DATABASE_SERVICE_NAME}\", \"kind\": \"Service\"}]"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
|
|
|
@ -4,11 +4,13 @@
|
|||
"metadata": {
|
||||
"name": "nodejs-mongodb-example",
|
||||
"annotations": {
|
||||
"description": "An example Node.js application with a MongoDB database",
|
||||
"tags": "quickstart,nodejs,mongodb",
|
||||
"openshift.io/display-name": "Node.js + MongoDB (Ephemeral)",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"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.",
|
||||
"labels": {
|
||||
"template": "nodejs-mongodb-example"
|
||||
},
|
||||
|
@ -20,7 +22,7 @@
|
|||
"name": "${NAME}",
|
||||
"annotations": {
|
||||
"description": "Exposes and load balances the application pods",
|
||||
"service.alpha.openshift.io/dependencies": "[{\"name\": \"${DATABASE_SERVICE_NAME}\", \"namespace\": \"\", \"kind\": \"Service\"}]"
|
||||
"service.alpha.openshift.io/dependencies": "[{\"name\": \"${DATABASE_SERVICE_NAME}\", \"kind\": \"Service\"}]"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
|
|
|
@ -4,11 +4,13 @@
|
|||
"metadata": {
|
||||
"name": "nodejs-example",
|
||||
"annotations": {
|
||||
"description": "An example Node.js application with no database",
|
||||
"openshift.io/display-name": "Node.js",
|
||||
"description": "An example Node.js application with no database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.",
|
||||
"tags": "quickstart,nodejs",
|
||||
"iconClass": "icon-nodejs"
|
||||
}
|
||||
},
|
||||
"message": "The following service(s) have been created in your project: ${NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/nodejs-ex/blob/master/README.md.",
|
||||
"labels": {
|
||||
"template": "nodejs-example"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue