diff --git a/charts/rsshub/Chart.yaml b/charts/rsshub/Chart.yaml index 4a449fa..7635e54 100644 --- a/charts/rsshub/Chart.yaml +++ b/charts/rsshub/Chart.yaml @@ -15,7 +15,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.1.3 +version: 0.1.4 # 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 diff --git a/charts/rsshub/templates/deployment.yaml b/charts/rsshub/templates/deployment.yaml index 885626e..ddddd89 100644 --- a/charts/rsshub/templates/deployment.yaml +++ b/charts/rsshub/templates/deployment.yaml @@ -57,14 +57,14 @@ spec: {{- end }} livenessProbe: httpGet: - path: /metrics + path: /healthz port: http initialDelaySeconds: 30 timeoutSeconds: 5 periodSeconds: 15 readinessProbe: httpGet: - path: /metrics + path: /healthz port: http initialDelaySeconds: 10 timeoutSeconds: 5