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: livenessProbe:
exec: exec:
command: command:
- exit - /bin/bash
- "1" - -c
- "exit 1"
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 5 periodSeconds: 5