Revert probes back

This commit is contained in:
2026-03-26 06:50:06 +03:00
parent 8c5ae99a6b
commit 33da1338bb

View File

@@ -38,6 +38,14 @@ spec:
- name: http
containerPort: {{ trimPrefix ":" .Values.config.Server.Port | int }}
protocol: TCP
livenessProbe:
httpGet:
path: /health
port: http
readinessProbe:
httpGet:
path: /health
port: http
volumeMounts:
- name: config
mountPath: /etc/payouts