adjust start-period and retries for fts, collabora and clamav

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-12-16 13:45:22 +01:00
parent e763a41198
commit 45f8049548
8 changed files with 28 additions and 26 deletions

View file

@ -67,16 +67,16 @@ spec:
exec:
command:
- clamdcheck.sh
failureThreshold: 3
initialDelaySeconds: 360
failureThreshold: 9
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 30
livenessProbe:
exec:
command:
- clamdcheck.sh
failureThreshold: 3
initialDelaySeconds: 360
failureThreshold: 9
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 30
name: nextcloud-aio-clamav

View file

@ -39,16 +39,16 @@ spec:
exec:
command:
- /healthcheck.sh
failureThreshold: 3
initialDelaySeconds: 360
failureThreshold: 9
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 30
livenessProbe:
exec:
command:
- /healthcheck.sh
failureThreshold: 3
initialDelaySeconds: 360
failureThreshold: 9
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 30
name: nextcloud-aio-collabora

View file

@ -47,16 +47,16 @@ spec:
exec:
command:
- /healthcheck.sh
failureThreshold: 3
initialDelaySeconds: 360
failureThreshold: 9
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 30
livenessProbe:
exec:
command:
- /healthcheck.sh
failureThreshold: 3
initialDelaySeconds: 360
failureThreshold: 9
initialDelaySeconds: 60
periodSeconds: 30
timeoutSeconds: 30
name: nextcloud-aio-onlyoffice