Skip to content

Commit

Permalink
LPAL-1232 Set pgbouncer to immutable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Jul 27, 2023
1 parent 92b35ba commit 7da86ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion service-api/docker/pgbouncer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/pgbouncer:1.19.1
FROM bitnami/pgbouncer:1.19.1-debian-11-r16

ADD --chmod=444 https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem /etc/ssl/certs/rds-ca-certificates.crt

Expand Down
1 change: 1 addition & 0 deletions terraform/environment/modules/environment/ecs_api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ locals {
{ "name" : "PGBOUNCER_DATABASE", "value" : module.api_aurora[0].name },
{ "name" : "POSTGRESQL_HOST", "value" : module.api_aurora[0].endpoint },
{ "name" : "PGBOUNCER_SERVER_TLS_SSLMODE", "value" : "verify-full" },
{ "name" : "PGBOUNCER_AUTH_TYPE", "value" : "md5" },
],
}
)
Expand Down

0 comments on commit 7da86ea

Please sign in to comment.