new file: services/monitoring/deploy/flux/flux-kustomization-prometheus.yaml

modified:   services/monitoring/deploy/flux/kustomization.yaml
This commit is contained in:
Márcio Fernandes
2026-09-07 02:10:42 +00:00
parent dcad0b31b7
commit b4a909e5b6
2 changed files with 18 additions and 1 deletions
@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: kube-state-metrics
spec:
interval: 1m
sourceRef:
kind: GitRepository
name: casa
namespace: casa-limbosolutions-com
path: services/monitoring/deploy/prometheus
prune: true
decryption:
provider: sops
secretRef:
name: flux-sops-age
@@ -2,7 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: monitoring namespace: monitoring
resources: resources:
- flux-kustomization-alloy.yaml - flux-kustomization-alloy.yaml
- flux-kustomization-prometheus.yaml
secretGenerator: secretGenerator:
- name: flux-sops-age - name: flux-sops-age
files: files: