We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7aa90 commit 3537419Copy full SHA for 3537419
chart/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: prompage-helm
3
description: A Helm chart for PromPage
4
type: application
5
-version: 0.1.20
+version: 0.1.22
6
appVersion: "v1.5.2"
chart/templates/deployment.yaml
@@ -58,11 +58,11 @@ spec:
58
protocol: TCP
59
livenessProbe:
60
httpGet:
61
- path: /
+ path: /healthz
62
port: probes
63
readinessProbe:
64
65
+ path: /readyz
66
67
resources:
68
{{- toYaml .Values.resources | nindent 12 }}
0 commit comments