mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-28 10:18:26 +00:00
fix(kps): disable Prometheus :kek:
so I can fuck with KPS rules and scrapes and other CRDs that then get converted to Victoria
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
---
|
||||
prometheus:
|
||||
enabled: false
|
||||
externalUrl: "https://${APP_DNS_PROMETHEUS}/"
|
||||
ingress:
|
||||
enabled: true
|
||||
enabled: false
|
||||
ingressClassName: "nginx-internal"
|
||||
hosts: &hostprom ["${APP_DNS_PROMETHEUS}"]
|
||||
tls: [hosts: *hostprom]
|
||||
@@ -13,7 +14,7 @@ prometheus:
|
||||
# TODO: set default intervals to debug memory spikes
|
||||
scrapeInterval: "30s"
|
||||
scrapeTimeout: "15s"
|
||||
replicas: 3
|
||||
replicas: 0
|
||||
retention: 14d
|
||||
retentionSize: 30GB
|
||||
walCompression: true
|
||||
|
||||
Reference in New Issue
Block a user