update health check path

This commit is contained in:
James 2023-03-27 22:22:10 +01:00
parent 8cf887a0be
commit de6c46848e
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,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: 0.3.0
version: 0.4.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

@ -65,12 +65,12 @@ spec:
{{- end }}
livenessProbe:
httpGet:
path: /
path: /i/
port: http
initialDelaySeconds: 30
readinessProbe:
httpGet:
path: /
path: /i/
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}