Skip to content

Commit

Permalink
IPROD-686 : add loki-query-scheduler (#265)
Browse files Browse the repository at this point in the history
* add query sceduler

* give minio access to gateway as well

* Revert "give minio access to gateway as well"

This reverts commit 3440f34.

* run two replicas of queryFrontend

* Revert "run two replicas of queryFrontend"

This reverts commit 43f9480.
  • Loading branch information
muzammil360 authored May 9, 2024
1 parent e222567 commit 8cee30f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ queryFrontend:
type: hard
key: workload-class.mojaloop.io/MONITORING
values: ["enabled"]
queryScheduler:
enabled: true
extraArgs: ["-config.expand-env"]
extraEnvVarsSecret: ${minio_loki_credentials_secret_name}
nodeAffinityPreset:
type: hard
key: workload-class.mojaloop.io/MONITORING
values: ["enabled"]

memcachedchunks:
metrics:
Expand Down

0 comments on commit 8cee30f

Please sign in to comment.