Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
k8s-moqui
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1d1ba2b5
authored
2023-02-10 18:02:52 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Improve k8s probe settings.
1 parent
a03e83f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
charts/moqui/templates/moqui.yaml
charts/moqui/templates/moqui.yaml
View file @
1d1ba2b
...
...
@@ -82,16 +82,22 @@ spec:
ports
:
-
name
:
http-moqui
containerPort
:
80
containerPort
:
80
80
protocol
:
TCP
livenessProbe
:
httpGet
:
path
:
/
path
:
/
status
port
:
http-moqui
readinessProbe
:
httpGet
:
path
:
/
path
:
/
status
port
:
http-moqui
startupProbe
:
httpGet
:
path
:
/status
port
:
http-moqui
periodSeconds
:
10
failureThreshold
:
3
resources
:
{{
- toYaml .Values.resources | nindent 12
}}
{{
- with .Values.nodeSelector
}}
...
...
Please
register
or
sign in
to post a comment