replaced /healthcheck.sh with /opt/bitnami/scripts/pgpool/healthcheck.sh (#28)
This commit is contained in:
parent
f051049cc0
commit
368ec5a619
|
|
@ -49,7 +49,7 @@ services:
|
|||
- PGPOOL_ADMIN_PASSWORD=adminpassword
|
||||
- PGPOOL_ENABLE_LOAD_BALANCING=yes
|
||||
healthcheck:
|
||||
test: ["CMD", "/healthcheck.sh"]
|
||||
test: ["CMD", "/opt/bitnami/scripts/pgpool/healthcheck.sh"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ services:
|
|||
- PGPOOL_ADMIN_USERNAME=admin
|
||||
- PGPOOL_ADMIN_PASSWORD=adminpassword
|
||||
healthcheck:
|
||||
test: ["CMD", "/healthcheck.sh"]
|
||||
test: ["CMD", "/opt/bitnami/scripts/pgpool/healthcheck.sh"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ services:
|
|||
- LDAP_BIND_DN=cn=admin,dc=example,dc=org
|
||||
- LDAP_BIND_PASSWORD=adminpassword
|
||||
healthcheck:
|
||||
test: ["CMD", "/healthcheck.sh"]
|
||||
test: ["CMD", "/opt/bitnami/scripts/pgpool/healthcheck.sh"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ services:
|
|||
- PGPOOL_ADMIN_PASSWORD=adminpassword
|
||||
- PGPOOL_ENABLE_LOAD_BALANCING=yes
|
||||
healthcheck:
|
||||
test: ["CMD", "/healthcheck.sh"]
|
||||
test: ["CMD", "/opt/bitnami/scripts/pgpool/healthcheck.sh"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
|
|
|||
Loading…
Reference in New Issue