Fix exit not found error in liveness probe manifest

This commit is contained in:
Jawad Seddar 2019-05-23 09:58:32 +02:00
parent 705e476adf
commit e4dc9518dc
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@ spec:
livenessProbe:
exec:
command:
- exit
- "1"
- /bin/bash
- -c
- "exit 1"
initialDelaySeconds: 5
periodSeconds: 5