Skip to content

Commit

Permalink
corrects query scheduler image (#4180)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d authored Aug 17, 2021
1 parent 8ef3d5f commit de5d262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions production/ksonnet/loki/images.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
querier: self.loki,
tableManager: self.loki,
query_frontend: self.loki,
query_scheduler: self.loki,
ruler: self.loki,
compactor: self.loki,
index_gateway: self.loki,
Expand Down
2 changes: 1 addition & 1 deletion production/ksonnet/loki/query-scheduler.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ local k = import 'ksonnet-util/kausal.libsonnet';

local container = k.core.v1.container,
query_scheduler_container:: if $._config.query_scheduler_enabled then
container.new('query-scheduler', $._images.query_frontend) +
container.new('query-scheduler', $._images.query_scheduler) +
container.withPorts($.util.defaultPorts) +
container.withArgsMixin(k.util.mapToFlags($.query_scheduler_args)) +
$.jaeger_mixin +
Expand Down

0 comments on commit de5d262

Please sign in to comment.