This commit is contained in:
2026-03-27 16:01:04 +00:00
parent 521821e672
commit 197c1698bc

View File

@@ -172,16 +172,16 @@ spec:
mountPath: /run/samba
startupProbe:
exec:
command: ["/bin/bash", "-ec", "wbinfo -t"]
periodSeconds: 10
timeoutSeconds: 10
failureThreshold: 18
command: ["/bin/bash", "-ec", "wbinfo -p"]
periodSeconds: 5
timeoutSeconds: 5
failureThreshold: 24
readinessProbe:
exec:
command: ["/bin/bash", "-ec", "wbinfo -t"]
initialDelaySeconds: 20
command: ["/bin/bash", "-ec", "wbinfo -p && wbinfo -P"]
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 10
timeoutSeconds: 20
failureThreshold: 6
- name: smbd