We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eaf807 commit 6832221Copy full SHA for 6832221
openshift/templates/nginx.json
@@ -93,7 +93,7 @@
93
"from": {
94
"kind": "ImageStreamTag",
95
"namespace": "${NAMESPACE}",
96
- "name": "nginx:1.12"
+ "name": "nginx:${NGINX_VERSION}"
97
}
98
99
},
@@ -228,6 +228,13 @@
228
"required": true,
229
"value": "openshift"
230
231
+ {
232
+ "name": "NGINX_VERSION",
233
+ "displayName": "NGINX Version",
234
+ "description": "Version of NGINX image to be used (1.12 by default).",
235
+ "required": true,
236
+ "value": "1.12"
237
+ },
238
{
239
"name": "MEMORY_LIMIT",
240
"displayName": "Memory Limit",
0 commit comments