[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,7 +6,7 @@ env:
image: garethflowers/ftp-server image: garethflowers/ftp-server
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
exec: exec:
command: ["echo"] command: ["echo"]
failureThreshold: 20 failureThreshold: 20
initialDelaySeconds: 5 initialDelaySeconds: 5