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:
JJGadgets
2024-05-07 21:52:23 +08:00
parent e6c52e5685
commit 0795cc99ab

View File

@@ -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