added period back to readiness probe

This commit is contained in:
Daniel Sanche 2020-01-22 11:53:43 -08:00 committed by GitHub
parent a07cf7b117
commit 025c5ded72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ spec:
ports: ports:
- containerPort: 6379 - containerPort: 6379
readinessProbe: readinessProbe:
periodSeconds: 5
exec: exec:
command: ['/bin/sh', '-c', 'redis-cli -h $(hostname) ping'] command: ['/bin/sh', '-c', 'redis-cli -h $(hostname) ping']
livenessProbe: livenessProbe: