Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TekKom
homepage
Commits
12be6449
Verified
Commit
12be6449
authored
Jan 12, 2021
by
Birger J. Nordølum
Browse files
fix: missing pathType
parent
71241f51
Changes
2
Hide whitespace changes
Inline
Side-by-side
deployment.prod.yml
View file @
12be6449
...
...
@@ -22,7 +22,9 @@ spec:
-
host
:
${SERVICE_FQDN}
http
:
paths
:
-
backend
:
-
pathType
:
Prefix
path
:
"
/"
backend
:
service
:
name
:
${CI_PROJECT_NAME}
port
:
...
...
@@ -30,7 +32,9 @@ spec:
-
host
:
www.${SERVICE_FQDN}
http
:
paths
:
-
backend
:
-
pathType
:
Prefix
path
:
"
/"
backend
:
service
:
name
:
${CI_PROJECT_NAME}
port
:
...
...
deployment.review.yml
View file @
12be6449
...
...
@@ -21,7 +21,9 @@ spec:
-
host
:
${SERVICE_FQDN}
http
:
paths
:
-
backend
:
-
pathType
:
Prefix
path
:
"
/"
backend
:
service
:
name
:
${CI_PROJECT_NAME}
port
:
...
...
Write
Preview
Supports
Markdown
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