Unverified Commit 1b3a9640 authored by Ben Parees's avatar Ben Parees Committed by GitHub

Merge pull request #9 from jim-minter/issue16726

remove expose annotations from quickstarts and add bindable: false
parents 4010c2df 3c262977
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"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.", "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.",
"openshift.io/provider-display-name": "Red Hat, Inc.", "openshift.io/provider-display-name": "Red Hat, Inc.",
"openshift.io/documentation-url": "https://github.com/openshift/httpd-ex", "openshift.io/documentation-url": "https://github.com/openshift/httpd-ex",
"openshift.io/support-url": "https://access.redhat.com" "openshift.io/support-url": "https://access.redhat.com",
"template.openshift.io/bindable": "false"
} }
}, },
"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.", "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 @@ ...@@ -45,10 +46,7 @@
"kind": "Route", "kind": "Route",
"apiVersion": "v1", "apiVersion": "v1",
"metadata": { "metadata": {
"name": "${NAME}", "name": "${NAME}"
"annotations": {
"template.openshift.io/expose-uri": "http://{.spec.host}{.spec.path}"
}
}, },
"spec": { "spec": {
"host": "${APPLICATION_DOMAIN}", "host": "${APPLICATION_DOMAIN}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment