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
  • Loading branch information
juddin927 committed Oct 17, 2024
1 parent cc90b14 commit e6bcf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: "400Mi"
memory: "1.5Gi"
ephemeral-storage: "1Gi"
cpu: "300m"
requests:
memory: "300Mi"
memory: "1Gi"
ephemeral-storage: "50Mi"
cpu: "200m"
queryFrontend:
Expand Down

0 comments on commit e6bcf72

Please sign in to comment.