.
This commit is contained in:
@@ -29,9 +29,9 @@ spec:
|
|||||||
readinessProbe:
|
readinessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
- pg_isready
|
- sh
|
||||||
- -U
|
- -c
|
||||||
- $(POSTGRES_USER)
|
- pg_isready -U "$POSTGRES_USER" -d "$POSTGRES_DB"
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user