Skip to content

Commit

Permalink
chore: add jaeger mixin to pattern ingester container (backport k226) (
Browse files Browse the repository at this point in the history
…#14708)

Co-authored-by: Trevor Whitney <[email protected]>
  • Loading branch information
loki-gh-app[bot] and trevorwhitney authored Oct 31, 2024
1 parent 2467e59 commit 053bb9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion production/ksonnet/loki/patterns.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ local k = import 'ksonnet-util/kausal.libsonnet';
container.mixin.readinessProbe.withTimeoutSeconds(1) +
k.util.resourcesRequests('1', '7Gi') +
k.util.resourcesLimits('2', '14Gi') +
container.withEnvMixin($._config.commonEnvs),
container.withEnvMixin($._config.commonEnvs) +
$.jaeger_mixin,


pattern_ingester_statefulset:
Expand Down

0 comments on commit 053bb9e

Please sign in to comment.