diff --git a/services/monitoring/deploy/alloy/kube-scraper/helm-values.yaml b/services/monitoring/deploy/alloy/kube-scraper/helm-values.yaml index 6a69ff9..ea6f7d6 100644 --- a/services/monitoring/deploy/alloy/kube-scraper/helm-values.yaml +++ b/services/monitoring/deploy/alloy/kube-scraper/helm-values.yaml @@ -172,12 +172,12 @@ alloy: } rule { - source_labels = ["__meta_kubernetes_node_name"] + source_labels = ["__meta_kubernetes_endpoint_node_name"] target_label = "node" } rule { - source_labels = ["node"] + source_labels = ["__meta_kubernetes_endpoint_node_name"] target_label = "host" } diff --git a/services/monitoring/deploy/flux/flux-kustomization-prometheus.yaml b/services/monitoring/deploy/flux/flux-kustomization-prometheus.yaml deleted file mode 100644 index 23404fc..0000000 --- a/services/monitoring/deploy/flux/flux-kustomization-prometheus.yaml +++ /dev/null @@ -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 diff --git a/services/monitoring/deploy/flux/kustomization.yaml b/services/monitoring/deploy/flux/kustomization.yaml index 5d6314c..8a945e0 100644 --- a/services/monitoring/deploy/flux/kustomization.yaml +++ b/services/monitoring/deploy/flux/kustomization.yaml @@ -3,7 +3,6 @@ kind: Kustomization namespace: monitoring resources: - flux-kustomization-alloy.yaml - #- flux-kustomization-prometheus.yaml secretGenerator: - name: flux-sops-age files: