summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/files/examples/v3.9/quickstart-templates/httpd.json
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2018-01-11 13:32:19 -0500
committerScott Dodson <sdodson@redhat.com>2018-01-11 13:32:19 -0500
commit7ee569c18e81fabc566b60b313943f932219cfd5 (patch)
tree21fd2381828dfb688d718a37e1fbb371343d060b /roles/openshift_examples/files/examples/v3.9/quickstart-templates/httpd.json
parent3041060af052648c772a34e4e9cf25f0ce14bf77 (diff)
downloadopenshift-7ee569c18e81fabc566b60b313943f932219cfd5.tar.gz
openshift-7ee569c18e81fabc566b60b313943f932219cfd5.tar.bz2
openshift-7ee569c18e81fabc566b60b313943f932219cfd5.tar.xz
openshift-7ee569c18e81fabc566b60b313943f932219cfd5.zip
Update latest image streams and templates
Diffstat (limited to 'roles/openshift_examples/files/examples/v3.9/quickstart-templates/httpd.json')
-rw-r--r--roles/openshift_examples/files/examples/v3.9/quickstart-templates/httpd.json10
1 files changed, 3 insertions, 7 deletions
diff --git a/roles/openshift_examples/files/examples/v3.9/quickstart-templates/httpd.json b/roles/openshift_examples/files/examples/v3.9/quickstart-templates/httpd.json
index 3771280bf..e944f21a5 100644
--- a/roles/openshift_examples/files/examples/v3.9/quickstart-templates/httpd.json
+++ b/roles/openshift_examples/files/examples/v3.9/quickstart-templates/httpd.json
@@ -17,7 +17,8 @@
},
"message": "The following service(s) have been created in your project: ${NAME}.\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/openshift/httpd-ex/blob/master/README.md.",
"labels": {
- "template": "httpd-example"
+ "template": "httpd-example",
+ "app": "httpd-example"
},
"objects": [
{
@@ -198,12 +199,7 @@
}
},
"env": [
- ],
- "resources": {
- "limits": {
- "memory": "${MEMORY_LIMIT}"
- }
- }
+ ]
}
]
}