cluster

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

commit 4887dff2bc2f41d1defd5e98c80fdf8aa2780772
parent 422e069983a990fdaf13a0e357184959f948f011
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  6 Nov 2024 22:53:19 +0100

Readd pg exporter

Diffstat:
Mapps/base/postgres-exporter/release.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/base/postgres-exporter/release.yaml b/apps/base/postgres-exporter/release.yaml @@ -40,7 +40,7 @@ spec: summary: PostgreSQL replication is lagging by {{ "{{ $value }}" }} hour(s). config: datasource: - host: matrix-postgres-cluster.matrix-postgres-cluster.svc.cluster.local + host: postgres-cluster.postgres-cluster.svc.cluster.local user: postgres passwordSecret: name: postgres-secret