cluster

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

commit 6883d34585eea902b16b73bbe7471f9ce2cab984
parent f7c0f2524577d2d117d4b114308804c47d758212
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 19 Mar 2023 21:17:58 +0100

Fix flux dashboards deployment

Diffstat:
Mclusters/production/infrastructure.yaml | 13++++++++++++-
Minfrastructure/configs/flux-grafana.yaml | 11-----------
2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/clusters/production/infrastructure.yaml b/clusters/production/infrastructure.yaml @@ -76,10 +76,21 @@ spec: secretRef: name: sops-age --- +apiVersion: source.toolkit.fluxcd.io/v1beta2 +kind: GitRepository +metadata: + name: flux-monitoring + namespace: flux-system +spec: + interval: 30m0s + ref: + branch: main + url: https://github.com/fluxcd/flux2 +--- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: - name: monitoring-config + name: flux-monitoring-config namespace: flux-system spec: dependsOn: diff --git a/infrastructure/configs/flux-grafana.yaml b/infrastructure/configs/flux-grafana.yaml @@ -1,15 +1,4 @@ --- -apiVersion: source.toolkit.fluxcd.io/v1beta2 -kind: GitRepository -metadata: - name: flux-monitoring - namespace: flux-system -spec: - interval: 30m0s - ref: - branch: main - url: https://github.com/fluxcd/flux2 ---- apiVersion: notification.toolkit.fluxcd.io/v1beta2 kind: Alert metadata: