Skip to content

Commit

Permalink
Update to new healthcheck paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Jul 23, 2024
1 parent bc3cad2 commit 41fac66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/kamu-api-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/kamu-api-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/kamu-oracle-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/kamu-oracle-provider/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /system/health
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit 41fac66

Please sign in to comment.