add readeness/liveness routes

This commit is contained in:
Vbarinov
2023-03-20 14:33:28 +05:30
parent ac880ad719
commit 1e27f3fe82
2 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -51,11 +51,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /alive
port: http
readinessProbe:
httpGet:
path: /
path: /ready
port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}