summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.2/db-templates/mongodb-persistent-template.json
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-04-20 16:22:32 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2016-04-20 16:22:32 -0400
commit2f7868b04cd095e8c9f041927978b8c4c11f4970 (patch)
treeb82daaea718d4ad2ecd07392822206336f82037b /roles/openshift_examples/files/examples/v1.2/db-templates/mongodb-persistent-template.json
parent5e5b4bf362610ff327c9ac68bc3042493d563e11 (diff)
parent68244007aea98a733efe22a7234ce9ef8c08b42d (diff)
downloadopenshift-2f7868b04cd095e8c9f041927978b8c4c11f4970.tar.gz
openshift-2f7868b04cd095e8c9f041927978b8c4c11f4970.tar.bz2
openshift-2f7868b04cd095e8c9f041927978b8c4c11f4970.tar.xz
openshift-2f7868b04cd095e8c9f041927978b8c4c11f4970.zip
Merge pull request #1776 from sdodson/image-stream-sync
Image stream sync
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.2/db-templates/mongodb-persistent-template.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.2/db-templates/mongodb-persistent-template.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_examples/files/examples/v1.2/db-templates/mongodb-persistent-template.json b/roles/openshift_examples/files/examples/v1.2/db-templates/mongodb-persistent-template.json
index 672eaaa09..70c906f8e 100644
--- a/roles/openshift_examples/files/examples/v1.2/db-templates/mongodb-persistent-template.json
+++ b/roles/openshift_examples/files/examples/v1.2/db-templates/mongodb-persistent-template.json
@@ -5,7 +5,7 @@
"name": "mongodb-persistent",
"creationTimestamp": null,
"annotations": {
- "description": "MongoDB database service, with persistent storage. Scaling to more than one replica is not supported",
+ "description": "MongoDB database service, with persistent storage. Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template.",
"iconClass": "icon-mongodb",
"tags": "database,mongodb"
}
@@ -232,7 +232,7 @@
"name": "VOLUME_CAPACITY",
"displayName": "Volume Capacity",
"description": "Volume space available for data, e.g. 512Mi, 2Gi.",
- "value": "512Mi",
+ "value": "1Gi",
"required": true
}
],