[FIX] Reinstitutded liveness probe on FTP server
This commit is contained in:
parent
e96c326c1d
commit
5f2a94dc14
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ env:
|
|||
image: garethflowers/ftp-server
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
exec:
|
||||
command: ["echo"]
|
||||
exec:
|
||||
command: ["echo"]
|
||||
failureThreshold: 20
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue