fix: use tcpSocket probes for axon-valkey — exec probes fail on k3s OCI runtime
This commit is contained in:
parent
baf2d8445d
commit
cf4c37b2df
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user