Skip to content

Commit cb4f44b

Browse files
authored
Merge pull request sclorg#9 from jim-minter/issue16726
remove expose annotations from quickstarts and add bindable: false
2 parents c551980 + 83e1b0f commit cb4f44b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

openshift/templates/httpd.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"openshift.io/long-description": "This template defines resources needed to develop a static application served by Apache HTTP Server (httpd), including a build configuration and application deployment configuration.",
1212
"openshift.io/provider-display-name": "Red Hat, Inc.",
1313
"openshift.io/documentation-url": "https://github.com/openshift/httpd-ex",
14-
"openshift.io/support-url": "https://access.redhat.com"
14+
"openshift.io/support-url": "https://access.redhat.com",
15+
"template.openshift.io/bindable": "false"
1516
}
1617
},
1718
"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.",
@@ -45,10 +46,7 @@
4546
"kind": "Route",
4647
"apiVersion": "v1",
4748
"metadata": {
48-
"name": "${NAME}",
49-
"annotations": {
50-
"template.openshift.io/expose-uri": "http://{.spec.host}{.spec.path}"
51-
}
49+
"name": "${NAME}"
5250
},
5351
"spec": {
5452
"host": "${APPLICATION_DOMAIN}",

0 commit comments

Comments
 (0)