Skip to content

Commit

Permalink
trivial. remove service type LoadBalaner from thanos-ruler
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Jul 16, 2024
1 parent 8031cc4 commit 75991bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions byoh-reference/lma/site-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,17 +288,19 @@ charts:
# - --deduplication.replica-label="replica"
storegateway.persistence.size: 8Gi
ruler.nodeSelector: $(nodeSelector)
ruler.service.type: LoadBalancer
ruler.service.annotations: $(awsNlbAnnotation)
ruler.alertmanagers:
- http://alertmanager-operated:9093
ruler.persistence.size: 8Gi
ruler.service:
type: NodePort
nodePort: 30007
ruler.config:
groups:
- name: "tks"
rules:
- alert: "PrometheusDown"
expr: absent(up{prometheus="lma/lma-prometheus"})


- name: thanos-config
override:
Expand Down

0 comments on commit 75991bd

Please sign in to comment.