diff --git a/charts/kamu-api-server/Chart.yaml b/charts/kamu-api-server/Chart.yaml index 4744f69..c986a70 100644 --- a/charts/kamu-api-server/Chart.yaml +++ b/charts/kamu-api-server/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kamu-api-server description: API server component of the Kamu Compute Node type: application -version: 0.29.2 +version: 0.29.3 appVersion: "0.29.1" home: https://kamu.dev icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png diff --git a/charts/kamu-api-server/templates/deployment.yaml b/charts/kamu-api-server/templates/deployment.yaml index 7738655..f489aa2 100644 --- a/charts/kamu-api-server/templates/deployment.yaml +++ b/charts/kamu-api-server/templates/deployment.yaml @@ -127,11 +127,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: / + path: /system/health port: http readinessProbe: httpGet: - path: / + path: /system/health?type=readiness port: http resources: {{- toYaml .Values.resources | nindent 12 }} diff --git a/charts/kamu-oracle-provider/Chart.yaml b/charts/kamu-oracle-provider/Chart.yaml index 4c22089..11e7c00 100644 --- a/charts/kamu-oracle-provider/Chart.yaml +++ b/charts/kamu-oracle-provider/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kamu-oracle-provider description: Oracle provider that uses Kamu Node to supply data to blockchain smart contracts type: application -version: 0.29.2 +version: 0.29.3 appVersion: "0.29.1" home: https://kamu.dev icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png diff --git a/charts/kamu-oracle-provider/templates/deployment.yaml b/charts/kamu-oracle-provider/templates/deployment.yaml index f2a1ebb..0a258ec 100644 --- a/charts/kamu-oracle-provider/templates/deployment.yaml +++ b/charts/kamu-oracle-provider/templates/deployment.yaml @@ -54,7 +54,7 @@ spec: protocol: TCP livenessProbe: httpGet: - path: / + path: /system/health port: http resources: {{- toYaml .Values.resources | nindent 12 }}