[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,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue