Skip to content

Commit

Permalink
fix(chart): fix probes for admin-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Feb 4, 2022
1 parent 9079bb5 commit a110323
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ service:
# -- Configure the liveness healthcheck for the admin ui if needed.
livenessProbe:
tcpSocket:
port: 1636
port: 8080
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 25
failureThreshold: 20
# -- Configure the readiness healthcheck for the admin ui if needed.
readinessProbe:
tcpSocket:
port: 1636
port: 8080
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ admin-ui:
# -- Configure the liveness healthcheck for the admin ui if needed.
livenessProbe:
tcpSocket:
port: 1636
port: 8080
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 25
failureThreshold: 20
# -- Configure the readiness healthcheck for the admin ui if needed.
readinessProbe:
tcpSocket:
port: 1636
port: 8080
initialDelaySeconds: 60
timeoutSeconds: 5
periodSeconds: 25
Expand Down

0 comments on commit a110323

Please sign in to comment.