cluster

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

commit 86709979665c1aaa068155c3cb5dcadecfa18ebc
parent 3daa329f6bfd6f28272c2105e4c253b1e53cc88e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 25 Jan 2024 15:29:33 +0100

Fix 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 @@ -16,7 +16,7 @@ spec: remediation: retries: 3 values: - replicaCount: 0 + replicaCount: 1 image: repository: quay.io/prometheuscommunity/postgres-exporter tag: master