File tree 2 files changed +3344
-3
lines changed
base-helm-configs/prometheus-postgres-exporter
2 files changed +3344
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ config:
128
128
# # ref: https://helm.sh/docs/developing_charts/#using-the-tpl-function
129
129
datasource :
130
130
# Specify one of both datasource or datasourceSecret
131
- host : postgresql
131
+ host : postgres-cluster
132
132
user : postgres
133
133
userSecret : {}
134
134
# Secret name
@@ -142,7 +142,7 @@ config:
142
142
passwordFile : ' '
143
143
# Specify passwordSecret if DB password is stored in secret.
144
144
passwordSecret :
145
- name : postgresql-db-admin
145
+ name : postgres.postgres-cluster.credentials.postgresql.acid.zalan.do
146
146
key : password
147
147
# Secret name
148
148
# name:
@@ -153,7 +153,7 @@ config:
153
153
# See https://www.postgresql.org/docs/14/libpq-pgpass.html for more info.
154
154
port : " 5432"
155
155
database : ' '
156
- sslmode : disable
156
+ sslmode : require
157
157
extraParams : ' '
158
158
datasourceSecret : {}
159
159
# Specifies if datasource should be sourced from secret value in format: postgresql://login:password@hostname:port/dbname?sslmode=disable
You can’t perform that action at this time.
0 commit comments