.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user