modified: services/monitoring/deploy/alloy/kube-scraper/helm-values.yaml

deleted:    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 01:15:37 +00:00
parent ad8079aea7
commit 91d86390b0
3 changed files with 2 additions and 19 deletions
@@ -172,12 +172,12 @@ alloy:
} }
rule { rule {
source_labels = ["__meta_kubernetes_node_name"] source_labels = ["__meta_kubernetes_endpoint_node_name"]
target_label = "node" target_label = "node"
} }
rule { rule {
source_labels = ["node"] source_labels = ["__meta_kubernetes_endpoint_node_name"]
target_label = "host" target_label = "host"
} }
@@ -1,16 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: prometheus-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
@@ -3,7 +3,6 @@ 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: