diff --git a/charts/patchmon/Chart.yaml b/charts/patchmon/Chart.yaml index 6ea40bb..ea6919d 100644 --- a/charts/patchmon/Chart.yaml +++ b/charts/patchmon/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: patchmon description: PatchMon (backend + frontend) with optional Gateway API, Postgres, and Valkey type: application -version: 0.2.9 +version: 0.2.10 appVersion: "1.4.0" maintainers: diff --git a/charts/patchmon/values.yaml b/charts/patchmon/values.yaml index 9e86324..fc7e3cb 100644 --- a/charts/patchmon/values.yaml +++ b/charts/patchmon/values.yaml @@ -224,7 +224,7 @@ resources: livenessProbe: backend: httpGet: - path: /api/v1/ws/status + path: /health port: http initialDelaySeconds: 10 periodSeconds: 5 @@ -241,7 +241,7 @@ livenessProbe: readinessProbe: backend: httpGet: - path: /api/v1/ws/status + path: /health port: http initialDelaySeconds: 10 periodSeconds: 5