Skip to content

Commit 3537419

Browse files
fix: use right path for k8s probes
1 parent 4f7aa90 commit 3537419

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: prompage-helm
33
description: A Helm chart for PromPage
44
type: application
5-
version: 0.1.20
5+
version: 0.1.22
66
appVersion: "v1.5.2"

chart/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ spec:
5858
protocol: TCP
5959
livenessProbe:
6060
httpGet:
61-
path: /
61+
path: /healthz
6262
port: probes
6363
readinessProbe:
6464
httpGet:
65-
path: /
65+
path: /readyz
6666
port: probes
6767
resources:
6868
{{- toYaml .Values.resources | nindent 12 }}

0 commit comments

Comments
 (0)