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
YaCy
Commits
9170d821
Commit
9170d821
authored
Jul 18, 2021
by
Dominik Hebeler
Browse files
added startup probe to prevent failure on slow startup
parent
69557baf
Pipeline
#5648
passed with stage
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
yacy/templates/statefulset.yaml
View file @
9170d821
...
...
@@ -123,6 +123,12 @@ spec:
httpGet
:
path
:
/
port
:
http
startupProbe
:
httpGet
:
path
:
/
port
:
http
failureThreshold
:
30
periodSeconds
:
10
volumeMounts
:
-
name
:
yacy-data
mountPath
:
/opt/yacy_search_server/DATA
...
...
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