fix: use tcpSocket probes for axon-valkey — exec probes fail on k3s OCI runtime

This commit is contained in:
e3mrah 2026-03-18 14:02:09 +01:00
parent baf2d8445d
commit cf4c37b2df

View File

@ -28,13 +28,13 @@ spec:
resources:
{{- toYaml .Values.resources.valkey | nindent 12 }}
livenessProbe:
exec:
command: ["valkey-cli", "ping"]
tcpSocket:
port: 6379
initialDelaySeconds: 5
periodSeconds: 10
readinessProbe:
exec:
command: ["valkey-cli", "ping"]
tcpSocket:
port: 6379
initialDelaySeconds: 3
periodSeconds: 5
securityContext: