Skip to content

Commit 7372df1

Browse files
fix(k8s): use /api/ for probes
1 parent 71062a7 commit 7372df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm-chart/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ spec:
5757
protocol: TCP
5858
livenessProbe:
5959
httpGet:
60-
path: /
60+
path: /api/
6161
port: http
6262
readinessProbe:
6363
httpGet:
64-
path: /
64+
path: /api/
6565
port: http
6666
resources:
6767
{{- toYaml .Values.resources | nindent 12 }}

0 commit comments

Comments
 (0)