We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0dc50 commit 447123dCopy full SHA for 447123d
apps/monitoring/grafana/postgres/helmvalues.yaml
@@ -1,16 +1,9 @@
1
fullnameOverride: grafana-pg
2
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
9
- hostssl replication postgres 10.0.0.0/8 md5
10
+pgHbaConfiguration:
11
#
12
- host grafana grafana 10.0.0.0/8 md5
13
- hostssl grafana grafana 10.0.0.0/8 md5
+ - host grafana grafana 10.0.0.0/8 md5
+ - hostssl grafana grafana 10.0.0.0/8 md5
14
15
postgresqlServerMemory: 128
16
resources:
0 commit comments