Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PDSLLabs Public
QMSL
PDFGenerator QMSL
Commits
1523c954
Commit
1523c954
authored
Mar 11, 2021
by
Uta Christoph
Browse files
Update testing.nomad - change path prefix 'internal'
parent
c943a03b
Pipeline
#424276
passed with stages
in 1 minute and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/testing.nomad
View file @
1523c954
...
...
@@ -33,7 +33,7 @@ job "pdf-generator-testing" {
ASPNETCORE_URLS = "http://*:${NOMAD_PORT_http}",
# Pass the basedir used by Traefik to the app
ASPNETCORE_BASEPATH = "/${NOMAD_TASK_NAME}"
ASPNETCORE_BASEPATH = "/
internal/
${NOMAD_TASK_NAME}"
}
service {
...
...
@@ -42,7 +42,7 @@ job "pdf-generator-testing" {
tags = [
"traefik.enable=true",
"traefik.http.routers.pdftesting.entrypoints=internal",
"traefik.Path=/${NOMAD_TASK_NAME}"
"traefik.Path=/
internal/
${NOMAD_TASK_NAME}"
]
# The check URL needs to answer with status 200, preferbly use something like a version API call
...
...
@@ -67,4 +67,4 @@ job "pdf-generator-testing" {
}
}
}
}
\ No newline at end of file
}
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