Files
homelab/k8s/core/prometheus/prom-values.yaml
ab 12c2f41fec
All checks were successful
Check with kubeconform / lint (push) Successful in 7s
Update k8s/core/prometheus/prom-values.yaml
2025-04-20 09:10:44 +00:00

40 lines
1.1 KiB
YAML

grafana:
enabled: false
prometheus:
prometheusSpec:
enableRemoteWriteReceiver: true
additionalScrapeConfigs:
- job_name: outline_vpn
static_configs:
- targets: ['100.117.24.104:9095']
labels: {instance: cy}
- targets: ['100.117.24.104:9096']
labels: {instance: am}
- targets: ['100.117.24.104:9097']
labels: {instance: jp}
- targets: ['100.117.24.104:9098']
labels: {instance: bg}
- targets: ['100.117.24.104:9099']
labels: {instance: fi}
- job_name: term_humid_sensors
static_configs:
- targets: ['100.117.24.104:7536']
- job_name: win_exporter
static_configs:
- targets: ['win.homenet:9182']
retention: "99999d"
retentionSize: "0"
nodeSelector:
kubernetes.io/hostname: master.tail2fe2d.ts.net
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: ""
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 200Gi