Skip to content

Commit 447123d

Browse files
committed
fix: helm values
1 parent 2c0dc50 commit 447123d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

apps/monitoring/grafana/postgres/helmvalues.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
fullnameOverride: grafana-pg
22

3-
pgHbaConfiguration: |-
4-
local all all trust
5-
local replication postgres trust
6-
host all all localhost md5
7-
hostssl postgres postgres 10.0.0.0/8 md5
8-
hostssl postgres postgres 10.0.0.0/8 md5
9-
hostssl replication postgres 10.0.0.0/8 md5
10-
hostssl replication postgres 10.0.0.0/8 md5
3+
pgHbaConfiguration:
114
#
12-
host grafana grafana 10.0.0.0/8 md5
13-
hostssl grafana grafana 10.0.0.0/8 md5
5+
- host grafana grafana 10.0.0.0/8 md5
6+
- hostssl grafana grafana 10.0.0.0/8 md5
147

158
postgresqlServerMemory: 128
169
resources:

0 commit comments

Comments
 (0)