[FIX] Reinstitutded liveness probe on FTP server

This commit is contained in:
Dunemask 2023-12-31 09:39:06 -07:00
parent e96c326c1d
commit 5f2a94dc14

View file

@ -6,8 +6,8 @@ env:
image: garethflowers/ftp-server
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
command: ["echo"]
exec:
command: ["echo"]
failureThreshold: 20
initialDelaySeconds: 5
periodSeconds: 5