Skip to content

Commit 7eee258

Browse files
committed
removing pgsql dep
Signed-off-by: drfaust92 <[email protected]>
1 parent 2d5c7fa commit 7eee258

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

charts/prometheus-pgbouncer-exporter/ci/ci-values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ rbac:
44
extraContainers:
55
- name: pgbouncer
66
image: edoburu/pgbouncer:latest
7-
ports:
8-
- name: pgbouncer
9-
containerPort: 6432
107
env:
118
- name: DB_HOST
129
value: "postgres-host"
1310
config:
1411
datasource:
1512
host: localhost
16-
port: 6432
13+
port: 5432
1714
password: "password"

0 commit comments

Comments
 (0)