summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.5/db-templates/redis-ephemeral-template.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-02-23 14:21:28 -0500
committerScott Dodson <sdodson@redhat.com>2017-02-23 14:21:28 -0500
commit659e510e9f0948ad61a9ab63015548185b8337ab (patch)
treef719972619d171df0f37f5074bf499c288a1b2af /roles/openshift_examples/files/examples/v1.5/db-templates/redis-ephemeral-template.json
parentfb282cf4fc5b861b7574844496a6f686ab40f3b9 (diff)
downloadopenshift-659e510e9f0948ad61a9ab63015548185b8337ab.tar.gz
openshift-659e510e9f0948ad61a9ab63015548185b8337ab.tar.bz2
openshift-659e510e9f0948ad61a9ab63015548185b8337ab.tar.xz
openshift-659e510e9f0948ad61a9ab63015548185b8337ab.zip
Update v1.5 content
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.5/db-templates/redis-ephemeral-template.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.5/db-templates/redis-ephemeral-template.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/openshift_examples/files/examples/v1.5/db-templates/redis-ephemeral-template.json b/roles/openshift_examples/files/examples/v1.5/db-templates/redis-ephemeral-template.json
index b97e1fd29..82a09a3ec 100644
--- a/roles/openshift_examples/files/examples/v1.5/db-templates/redis-ephemeral-template.json
+++ b/roles/openshift_examples/files/examples/v1.5/db-templates/redis-ephemeral-template.json
@@ -8,7 +8,11 @@
"openshift.io/display-name": "Redis (Ephemeral)",
"description": "Redis in-memory data structure store, without persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/redis-container/blob/master/3.2.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing",
"iconClass": "icon-redis",
- "tags": "database,redis"
+ "tags": "database,redis",
+ "template.openshift.io/long-description": "This template provides a standalone Redis server. The data is not stored on persistent storage, so any restart of the service will result in all data being lost.",
+ "template.openshift.io/provider-display-name": "Red Hat, Inc.",
+ "template.openshift.io/documentation-url": "https://github.com/sclorg/redis-container/tree/master/3.2",
+ "template.openshift.io/support-url": "https://access.redhat.com"
}
},
"message": "The following service(s) have been created in your project: ${DATABASE_SERVICE_NAME}.\n\n Password: ${REDIS_PASSWORD}\n Connection URL: redis://${DATABASE_SERVICE_NAME}:6379/\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/redis-container/blob/master/3.2.",