feat: update health check path for FreshRSS (#9)

This commit is contained in:
James 2023-03-27 22:23:15 +01:00 committed by GitHub
parent 8cf887a0be
commit ee4f1603e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 }}