cluster

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

commit 60eaa3c376040918601fa110c4d3b626b56dfaa0
parent 09940cf1f7c87e4b7408b9a27c1c8e160a5da238
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 22 Mar 2024 14:57:59 +0100

Fix postgres exporter

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

diff --git a/apps/base/postgres-exporter/release.yaml b/apps/base/postgres-exporter/release.yaml @@ -18,7 +18,8 @@ spec: values: replicaCount: 1 image: - repository: quay.io/prometheuscommunity/postgres-exporter + registry: quay.io + repository: prometheuscommunity/postgres-exporter tag: master pullPolicy: Always serviceMonitor: