Skip to content

Commit

Permalink
fix(graph): allow primary shard connections from any host (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswessels authored Oct 29, 2023
1 parent ff65ee8 commit fe0bc54
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions graph/values/_common/graph-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ resources:
initdb:
encoding: "UTF8"
locale: "C" # Improves performance and important for determinism
pg_hba:
- local all all trust
- hostssl all +zalandos 127.0.0.1/32 pam
- host all all 127.0.0.1/32 md5
- hostssl all +zalandos ::1/128 pam
- host all all ::1/128 md5
- local replication standby trust
- hostssl replication standby all md5
- hostnossl all all all md5
- hostssl all +zalandos all pam
- hostssl all all all md5
postgres-cr-indexer-metadata:
apiVersion: "acid.zalan.do/v1"
kind: postgresql
Expand Down

0 comments on commit fe0bc54

Please sign in to comment.