Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
httpd-ex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Алексей Ефимов
httpd-ex
Commits
34512f6d
Commit
34512f6d
authored
Jun 15, 2017
by
Jim Minter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update templates to use template.openshift.io/expose-uri
parent
955e4793
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
httpd.json
openshift/templates/httpd.json
+4
-1
No files found.
openshift/templates/httpd.json
View file @
34512f6d
...
@@ -45,7 +45,10 @@
...
@@ -45,7 +45,10 @@
"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}"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment