Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Registry Mirror
Commits
f630de97
Commit
f630de97
authored
Sep 14, 2021
by
Pavel Kuzmenko
Browse files
fix(helm): change path probes
parent
760726db
Pipeline
#27678
passed with stages
in 4 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
helm/registry-mirror-service/values.yaml
View file @
f630de97
...
...
@@ -20,14 +20,17 @@ application:
-
registry_mirror.main
livenessProbe
:
path
:
/ping
timeoutSeconds
:
10
periodSeconds
:
15
initialDelaySeconds
:
1
readinessProbe
:
path
:
/ping
timeoutSeconds
:
5
periodSeconds
:
6
initialDelaySeconds
:
1
startupProbe
:
path
:
/ping
enabled
:
true
failureThreshold
:
20
periodSeconds
:
5
...
...
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