update healthcheck to use /health

This commit is contained in:
James 2023-11-06 23:21:46 +00:00
parent a427ad6fa0
commit 5f23efca11
Signed by: thumbscrw
GPG Key ID: 4A3BB8AF7D9C2B46
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.1.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to

View File

@ -39,12 +39,12 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /health
port: http
periodSeconds: 10
startupProbe:
httpGet:
path: /
path: /health
port: http
periodSeconds: 10
failureThreshold: 6