cluster

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

commit f334d459be01945354dd230f38f6cb52bfc80e15
parent 0f786f25f19f959f7a9ec6f130ef86de056a9669
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 31 Aug 2023 19:59:10 +0200

Update pg exporter

Diffstat:
Mapps/base/postgres-exporter/release.yaml | 3+--
Mapps/production/postgres-exporter-values.yaml | 2+-
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/apps/base/postgres-exporter/release.yaml b/apps/base/postgres-exporter/release.yaml @@ -43,6 +43,5 @@ spec: name: postgres-secret key: password port: "5432" - sslmode: require + sslmode: disable database: "postgres" - autoDiscoverDatabases: false diff --git a/apps/production/postgres-exporter-values.yaml b/apps/production/postgres-exporter-values.yaml @@ -6,4 +6,4 @@ metadata: spec: chart: spec: - version: "4.4.x" + version: "5.0.x"