Skatteetaten / terraform-nomad-postgres

Apache License 2.0
8 stars 5 forks source link

Add sidecar_service for postgres proxy (in postgres.hcl) #56

Closed k86021 closed 3 years ago

k86021 commented 3 years ago

Feature description

Add more memory for postgres proxy

Why is it needed?

Postgres proxy will not run in foundation2 without this change

Suggestion(s)/solution(s) [Optional]

sidecar_task { driver = "docker" resources { cpu = 500 memory = 1000 } }

Definition of done

Provisioned datastack in foundation 2 produces a stable running postgres proxy

Checklist (after created issue)