Fix exit not found error in readiness probe manifest (#40)

This commit is contained in:
Jawad Seddar 2019-05-23 10:12:28 +02:00 committed by Rémy-Christophe Schermesser
parent bbaa7280b9
commit 11e01e9190
1 changed files with 3 additions and 2 deletions

View File

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