summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.5/db-templates/redis-ephemeral-template.json
diff options
context:
space:
mode:
authorBen Parees <bparees@redhat.com>2017-02-16 15:24:00 -0500
committerBen Parees <bparees@redhat.com>2017-02-16 15:24:00 -0500
commit4ab14899b31d97bd414a665006f2c4e340679d5c (patch)
treee41dead6591f51d90cb101f916306d5068d3a770 /roles/openshift_examples/files/examples/v1.5/db-templates/redis-ephemeral-template.json
parent43330fbd7cb90491d63e54430394a309f7a41f73 (diff)
downloadopenshift-4ab14899b31d97bd414a665006f2c4e340679d5c.tar.gz
openshift-4ab14899b31d97bd414a665006f2c4e340679d5c.tar.bz2
openshift-4ab14899b31d97bd414a665006f2c4e340679d5c.tar.xz
openshift-4ab14899b31d97bd414a665006f2c4e340679d5c.zip
update example templates+imagestreams
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.json3
1 files changed, 2 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 c9ae8a539..b97e1fd29 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
@@ -157,7 +157,8 @@
"name": "MEMORY_LIMIT",
"displayName": "Memory Limit",
"description": "Maximum amount of memory the container can use.",
- "value": "512Mi"
+ "value": "512Mi",
+ "required": true
},
{
"name": "NAMESPACE",