summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-https-sti.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2015-07-24 14:34:17 -0400
committerScott Dodson <sdodson@redhat.com>2015-07-24 14:34:17 -0400
commitc48affb811a70cf3e5b7dc9029577d26da4f0de7 (patch)
tree7807bcb90182f4158a07b6a9fcbdadbe4ed2131e /roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-https-sti.json
parent97f96b71ff8abc2ccf38e745e124c68b91a71146 (diff)
downloadopenshift-c48affb811a70cf3e5b7dc9029577d26da4f0de7.tar.gz
openshift-c48affb811a70cf3e5b7dc9029577d26da4f0de7.tar.bz2
openshift-c48affb811a70cf3e5b7dc9029577d26da4f0de7.tar.xz
openshift-c48affb811a70cf3e5b7dc9029577d26da4f0de7.zip
Updated examples
Diffstat (limited to 'roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-https-sti.json')
-rw-r--r--roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-https-sti.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-https-sti.json b/roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-https-sti.json
index 1f9c17cf2..f81f54e30 100644
--- a/roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-https-sti.json
+++ b/roles/openshift_examples/files/examples/xpaas-templates/jws-tomcat7-https-sti.json
@@ -218,24 +218,25 @@
},
"output": {
"to": {
- "name": "${APPLICATION_NAME}"
+ "kind": "ImageStreamTag",
+ "name": "${APPLICATION_NAME}:latest"
}
},
"triggers": [
{
- "type": "github",
+ "type": "Github",
"github": {
"secret": "${GITHUB_TRIGGER_SECRET}"
}
},
{
- "type": "generic",
+ "type": "Generic",
"generic": {
"secret": "${GENERIC_TRIGGER_SECRET}"
}
},
{
- "type": "imageChange",
+ "type": "ImageChange",
"imageChange": {}
}
]
@@ -306,12 +307,12 @@
],
"ports": [
{
- "name": "${APPLICATION_NAME}-tcp-8080",
+ "name": "http",
"containerPort": 8080,
"protocol": "TCP"
},
{
- "name": "${APPLICATION_NAME}-tcp-8443",
+ "name": "https",
"containerPort": 8443,
"protocol": "TCP"
}