summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql-persistent.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-06-30 11:27:03 -0400
committerScott Dodson <sdodson@redhat.com>2017-06-30 11:27:03 -0400
commit94feef04f73d970bb6ec45afa3629e368e6c7df6 (patch)
treeea21b825432feaec0aaece0643172afc27460946 /roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql-persistent.json
parent3e4d73be7e6b2b3eb5cbb736a989a318de904a45 (diff)
downloadopenshift-94feef04f73d970bb6ec45afa3629e368e6c7df6.tar.gz
openshift-94feef04f73d970bb6ec45afa3629e368e6c7df6.tar.bz2
openshift-94feef04f73d970bb6ec45afa3629e368e6c7df6.tar.xz
openshift-94feef04f73d970bb6ec45afa3629e368e6c7df6.zip
Update v1.4 image streams and templates
Diffstat (limited to 'roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql-persistent.json')
-rw-r--r--roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql-persistent.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql-persistent.json b/roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql-persistent.json
index 81ae63416..7ffb25e14 100644
--- a/roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql-persistent.json
+++ b/roles/openshift_examples/files/examples/v1.4/quickstart-templates/dancer-mysql-persistent.json
@@ -58,7 +58,10 @@
"kind": "Route",
"apiVersion": "v1",
"metadata": {
- "name": "${NAME}"
+ "name": "${NAME}",
+ "annotations": {
+ "template.openshift.io/expose-uri": "http://{.spec.host}{.spec.path}"
+ }
},
"spec": {
"host": "${APPLICATION_DOMAIN}",
@@ -147,6 +150,9 @@
}
},
"spec": {
+ "strategy": {
+ "type": "Recreate"
+ },
"triggers": [
{
"type": "ImageChange",
@@ -472,7 +478,7 @@
{
"name": "GITHUB_WEBHOOK_SECRET",
"displayName": "GitHub Webhook Secret",
- "description": "A secret string used to configure the GitHub webhook.",
+ "description": "Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.",
"generate": "expression",
"from": "[a-zA-Z0-9]{40}"
},