mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-28 22:56:41 +00:00
This commit is contained in:
parent
2ff5a8a6f9
commit
e5be4e29f7
1 changed files with 1 additions and 25 deletions
|
@ -79,31 +79,7 @@ storegateway:
|
||||||
cpu: null
|
cpu: null
|
||||||
memory: 768Mi
|
memory: 768Mi
|
||||||
ruler:
|
ruler:
|
||||||
enabled: true # default is false
|
enabled: false
|
||||||
replicaCount: 3
|
|
||||||
priorityClassName: lsh-system-critical
|
|
||||||
podAntiAffinityPreset: hard
|
|
||||||
dnsDiscovery:
|
|
||||||
enabled: true # default is true
|
|
||||||
alertmanagers:
|
|
||||||
- http://kube-prometheus-stack-alertmanager.libresh-system:9093
|
|
||||||
## @param ruler.clusterName Used to set the 'ruler_cluster' label
|
|
||||||
clusterName: ${CLUSTER_NAME} # TODO check if that should be set
|
|
||||||
# TODO check if we need it
|
|
||||||
extraFlags:
|
|
||||||
- "--web.prefix-header=X-Forwarded-Prefix"
|
|
||||||
# TODO check if we need it
|
|
||||||
config: |-
|
|
||||||
groups:
|
|
||||||
- name: "PrometheusWatcher"
|
|
||||||
rules:
|
|
||||||
- alert: "PrometheusDown"
|
|
||||||
expr: absent(up{job="kube-prometheus-stack-prometheus"})
|
|
||||||
ingress:
|
|
||||||
enabled: false
|
|
||||||
# hostname: "thanos-ruler.${CLUSTER_DOMAIN}"
|
|
||||||
# ingressClassName: "nginx"
|
|
||||||
# tls: true
|
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
|
|
Loading…
Reference in a new issue