diff --git a/pgbouncer/deployment.yaml b/pgbouncer/deployment.yaml index ddc6117..51e143a 100644 --- a/pgbouncer/deployment.yaml +++ b/pgbouncer/deployment.yaml @@ -16,7 +16,7 @@ spec: containers: - name: pgbouncer image: pgbouncer/pgbouncer:latest - command: ["pgbouncer", "/etc/pgbouncer/pgbouncer.ini"] + command: ["/opt/pgbouncer/pgbouncer", "/etc/pgbouncer/pgbouncer.ini"] ports: - containerPort: 5432 volumeMounts: