monitoring: add overlay to chimera cluster

global: fluxcd cluster concept
This commit is contained in:
Márcio Fernandes
2026-09-13 12:40:57 +00:00
parent 036407c6f9
commit 0c7da67e6d
11 changed files with 102 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Chimera - cluster
It is not this repo/kustomizations responsibility to deploy the alloy - Age private key — that responsibility belongs to the Chimera repository.
+16
View File
@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: alloy
spec:
interval: 1m
sourceRef:
kind: GitRepository
name: chimera
namespace: flux-system
path: ./monitoring/overlays/chimera
prune: true
decryption:
provider: sops
secretRef:
name: flux-sops-age
+7
View File
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- node-scraper
- alloy-sync.yaml
generatorOptions:
disableNameSuffixHash: true
+6
View File
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- repos.yaml
generatorOptions:
disableNameSuffixHash: true
+9
View File
@@ -0,0 +1,9 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: myinfra-kubernetes-shared
spec:
interval: 1m0s
url: https://git.limbosolutions.com/myLimbo/myinfra.kubernetes.shared.git
ref:
branch: main