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
08caa4b6
Commit
08caa4b6
authored
Aug 23, 2021
by
Dominik Hebeler
Browse files
using correct times for liveness
parent
ecfaf053
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/deployment.yaml
View file @
08caa4b6
...
...
@@ -270,8 +270,8 @@ spec:
path
:
"
/health-check/liveness-worker"
scheme
:
"
HTTP"
port
:
8080
initialDelaySeconds
:
{{
.Values.
readi
nessProbe.initialDelaySeconds
}}
timeoutSeconds
:
{{
.Values.
readi
nessProbe.timeoutSeconds
}}
initialDelaySeconds
:
{{
.Values.
live
nessProbe.initialDelaySeconds
}}
timeoutSeconds
:
{{
.Values.
live
nessProbe.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