config
This commit is contained in:
@ -13,6 +13,10 @@ spec:
|
||||
env:
|
||||
- name: POSTGRES_PASSWORD
|
||||
value: test
|
||||
- name: POSTGRES_USER
|
||||
value: test
|
||||
- name: POSTGRES_DB
|
||||
value: test
|
||||
readinessProbe:
|
||||
exec:
|
||||
command: ["pg_isready", "-U", "postgres"]
|
||||
|
||||
Reference in New Issue
Block a user