Skip to content

Commit

Permalink
generate ServiceMonitor for Receive ingestors according to config (#280)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Burt <[email protected]>
  • Loading branch information
michael-burt authored Jul 19, 2022
1 parent 56fed32 commit a3f005e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsonnet/kube-thanos/kube-thanos-receive-ingestor.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ function(params) {
for name in tr.config.hashrings
},
serviceAccount: ingestors.serviceAccount,
serviceMonitor: if tr.config.serviceMonitor then ingestors.serviceMonitor,
}

0 comments on commit a3f005e

Please sign in to comment.