add infra app prometheus-node-exporter

This commit is contained in:
2024-06-26 20:32:15 +10:00
parent 9aff02ea24
commit 84902910cc
3 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: prometheus-node-exporter
namespace: prometheus
spec:
interval: 10m
timeout: 1m30s
retryInterval: 30s
path: ./kubernetes/infrastructure/prometheus-node-exporter/app
prune: true
sourceRef:
kind: GitRepository
namespace: flux-system
name: flux-system
dependsOn:
- name: namespaces
namespace: flux-system