Fix exit not found error in readiness probe manifest

This commit is contained in:
Jawad Seddar 2019-05-23 10:10:39 +02:00
parent bbaa7280b9
commit de6bb36648
1 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,9 @@ spec:
readinessProbe:
exec:
command:
- exit
- "1"
- /bin/bash
- -c
- "exit 1"
initialDelaySeconds: 5
periodSeconds: 5
---