From a1e55733306a2611032d4772702d54cacd934556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 13 Sep 2026 13:13:43 +0000 Subject: [PATCH] cluster: chimera revision --- cluster/chimera/kustomization.yaml | 9 ++++++--- .../fluxcd-kustomization.yaml} | 8 ++++---- .../monitoring}/kustomization.yaml | 8 ++++++-- cluster/chimera/repos/kustomization.yaml | 9 +++++++++ cluster/{shared-reps => chimera/repos}/repos.yaml | 0 5 files changed, 25 insertions(+), 9 deletions(-) rename cluster/chimera/{alloy-sync.yaml => monitoring/fluxcd-kustomization.yaml} (57%) rename cluster/{shared-reps => chimera/monitoring}/kustomization.yaml (52%) create mode 100644 cluster/chimera/repos/kustomization.yaml rename cluster/{shared-reps => chimera/repos}/repos.yaml (100%) diff --git a/cluster/chimera/kustomization.yaml b/cluster/chimera/kustomization.yaml index afed608..3a0b9a7 100644 --- a/cluster/chimera/kustomization.yaml +++ b/cluster/chimera/kustomization.yaml @@ -1,7 +1,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - node-scraper - - alloy-sync.yaml + - monitoring + - repos generatorOptions: - disableNameSuffixHash: true \ No newline at end of file + disableNameSuffixHash: true + + + diff --git a/cluster/chimera/alloy-sync.yaml b/cluster/chimera/monitoring/fluxcd-kustomization.yaml similarity index 57% rename from cluster/chimera/alloy-sync.yaml rename to cluster/chimera/monitoring/fluxcd-kustomization.yaml index 2a5fd5f..da1e6f7 100644 --- a/cluster/chimera/alloy-sync.yaml +++ b/cluster/chimera/monitoring/fluxcd-kustomization.yaml @@ -1,14 +1,14 @@ apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: - name: alloy + name: myinfra-kubernetes-shared-monitoring spec: interval: 1m sourceRef: kind: GitRepository - name: chimera - namespace: flux-system - path: ./monitoring/overlays/chimera + name: myinfra-kubernetes-shared + namespace: chimera-limbosolutions-com + path: monitoring/overlays/chimera prune: true decryption: provider: sops diff --git a/cluster/shared-reps/kustomization.yaml b/cluster/chimera/monitoring/kustomization.yaml similarity index 52% rename from cluster/shared-reps/kustomization.yaml rename to cluster/chimera/monitoring/kustomization.yaml index fe70203..cec809d 100644 --- a/cluster/shared-reps/kustomization.yaml +++ b/cluster/chimera/monitoring/kustomization.yaml @@ -1,6 +1,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +namespace: monitoring resources: - - repos.yaml + - fluxcd-kustomization.yaml generatorOptions: - disableNameSuffixHash: true \ No newline at end of file + disableNameSuffixHash: true + + + diff --git a/cluster/chimera/repos/kustomization.yaml b/cluster/chimera/repos/kustomization.yaml new file mode 100644 index 0000000..d8e7e9f --- /dev/null +++ b/cluster/chimera/repos/kustomization.yaml @@ -0,0 +1,9 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +namespace: chimera-limbosolutions-com +resources: + - repos.yaml +generatorOptions: + disableNameSuffixHash: true + + diff --git a/cluster/shared-reps/repos.yaml b/cluster/chimera/repos/repos.yaml similarity index 100% rename from cluster/shared-reps/repos.yaml rename to cluster/chimera/repos/repos.yaml