summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.4/quickstart-templates/rails-postgresql.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-11-04 11:04:44 -0400
committerGitHub <noreply@github.com>2016-11-04 11:04:44 -0400
commit35db78f391f41e962903dbe9174efc7052948a15 (patch)
tree976232541e2735250a8eb70aed366352ec4087c1 /roles/openshift_examples/files/examples/v1.4/quickstart-templates/rails-postgresql.json
parent3f3b757c0e3ff81b3777f01a98302ee8392ec289 (diff)
parent47a31c4d692479242eefaa5ec64ddf27d2775b0f (diff)
downloadopenshift-35db78f391f41e962903dbe9174efc7052948a15.tar.gz
openshift-35db78f391f41e962903dbe9174efc7052948a15.tar.bz2
openshift-35db78f391f41e962903dbe9174efc7052948a15.tar.xz
openshift-35db78f391f41e962903dbe9174efc7052948a15.zip
Merge pull request #2721 from sdodson/image-stream-sync
Image stream sync
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.4/quickstart-templates/rails-postgresql.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.4/quickstart-templates/rails-postgresql.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/roles/openshift_examples/files/examples/v1.4/quickstart-templates/rails-postgresql.json b/roles/openshift_examples/files/examples/v1.4/quickstart-templates/rails-postgresql.json
index 50d60f2bb..baed15d8a 100644
--- a/roles/openshift_examples/files/examples/v1.4/quickstart-templates/rails-postgresql.json
+++ b/roles/openshift_examples/files/examples/v1.4/quickstart-templates/rails-postgresql.json
@@ -4,11 +4,13 @@
"metadata": {
"name": "rails-postgresql-example",
"annotations": {
- "description": "An example Rails application with a PostgreSQL database",
- "tags": "quickstart,ruby,rails,postgresql",
+ "openshift.io/display-name": "Rails + PostgreSQL (Ephemeral)",
+ "description": "An example Rails application with a PostgreSQL database. For more information about using this template, including OpenShift considerations, see https://github.com/openshift/rails-ex/blob/master/README.md.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.",
+ "tags": "quickstart,ruby,rails",
"iconClass": "icon-ruby"
}
},
+ "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/rails-ex/blob/master/README.md.",
"labels": {
"template": "rails-postgresql-example"
},
@@ -19,7 +21,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}\", \"kind\": \"Service\"}]"
}
},
"spec": {