Skip to content

Commit

Permalink
Increased thanos query pod memory as large query causing OOMkilled on…
Browse files Browse the repository at this point in the history
… the POD (#298)
  • Loading branch information
juddin927 authored Oct 18, 2024
1 parent 6c69874 commit 53d09cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k8s-values/values.thanos-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ query:
- "dnssrv+_grpc._tcp.kube-prometheus-stack-thanos-discovery.monitoring.svc.cluster.local"
resources:
limits:
memory: "800Mi"
memory: "1.5Gi"
ephemeral-storage: "1Gi"
cpu: "300m"
requests:
memory: "600Mi"
memory: "1Gi"
ephemeral-storage: "50Mi"
cpu: "200m"
queryFrontend:
Expand All @@ -16,9 +16,9 @@ storegateway:
enabled: true
resources:
limits:
memory: "2Gi"
memory: "2.5Gi"
requests:
memory: "1Gi"
memory: "1.5Gi"
compactor:
enabled: true
resources:
Expand Down

0 comments on commit 53d09cb

Please sign in to comment.