cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 7bfb26bd6962cc5e646d01a0c229fccfc3fbdf28
parent 6531f7351fdc237056e60e59eb22f8c1ca7b6465
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri,  7 Apr 2023 00:51:47 +0200

Fix yaml

Diffstat:
Mapps/base/postgres-exporter/release.yaml | 22+++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/apps/base/postgres-exporter/release.yaml b/apps/base/postgres-exporter/release.yaml @@ -35,14 +35,14 @@ spec: annotations: description: replication for {{ template "prometheus-postgres-exporter.fullname" . }} PostgreSQL is lagging by {{ "{{ $value }}" }} hour(s). summary: PostgreSQL replication is lagging by {{ "{{ $value }}" }} hour(s). - config: - datasource: - host: matrix-postgres-cluster.matrix-postgres-cluster.svc.cluster.local - user: postgres - passwordSecret: - name: postgres-secret - key: password - port: "5432" - sslmode: require - database: "postgres" - autoDiscoverDatabases: true + config: + datasource: + host: matrix-postgres-cluster.matrix-postgres-cluster.svc.cluster.local + user: postgres + passwordSecret: + name: postgres-secret + key: password + port: "5432" + sslmode: require + database: "postgres" + autoDiscoverDatabases: true