Fix exit not found error in liveness probe manifest (#38)

This commit is contained in:
Jawad Seddar 2019-05-23 10:04:46 +02:00 committed by Rémy-Christophe Schermesser
parent 6f6bb36d3e
commit bbaa7280b9
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