Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
ecfaf053
Commit
ecfaf053
authored
Aug 23, 2021
by
Dominik Hebeler
Browse files
added missing delay
parent
4748db8e
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/deployment.yaml
View file @
ecfaf053
...
...
@@ -270,6 +270,8 @@ spec:
path
:
"
/health-check/liveness-worker"
scheme
:
"
HTTP"
port
:
8080
initialDelaySeconds
:
{{
.Values.readinessProbe.initialDelaySeconds
}}
timeoutSeconds
:
{{
.Values.readinessProbe.timeoutSeconds
}}
readinessProbe
:
httpGet
:
path
:
"
/health-check/liveness-worker"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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