folder restructure for prometheus-exporters

This commit is contained in:
2024-06-27 02:21:27 +10:00
parent c8dd48b104
commit 18e8bb4db8
3 changed files with 3 additions and 3 deletions

View File

@@ -11,5 +11,5 @@ resources:
- ./postgresql/postgresql.yaml - ./postgresql/postgresql.yaml
- ./prometheus/prometheus.yaml - ./prometheus/prometheus.yaml
- ./prometheus-alertmanager/prometheus-alertmanager.yaml - ./prometheus-alertmanager/prometheus-alertmanager.yaml
- ./prometheus-node-exporter/prometheus-node-exporter.yaml - ./prometheus-exporters/prometheus-exporters.yaml
- ./repositories/repositories.yaml - ./repositories/repositories.yaml

View File

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