Update k8s/core/prometheus/prom-values.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 10s

This commit is contained in:
ab
2025-07-17 10:34:15 +00:00
parent f8ef2a48f5
commit d7adb966c4

View File

@@ -24,6 +24,10 @@ prometheus:
static_configs: static_configs:
- targets: ['10.0.5.100:9182'] - targets: ['10.0.5.100:9182']
labels: {instance: win.homenet} labels: {instance: win.homenet}
- job_name: cs_16_server
static_configs:
- targets: ['prom-a2s-exporter.counter-strike.svc:9841']
labels: {instance: master}
retention: "99999d" retention: "99999d"
retentionSize: "0" retentionSize: "0"