Skip to content

Commit

Permalink
Adding resource limits to store
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav Thakur authored and Vaibhav Thakur committed Nov 20, 2019
1 parent 87917c9 commit 36e83db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions monitoring/prometheus-ha/07-thanos-store-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ spec:
containerPort: 10902
- name: grpc
containerPort: 10901
resources:
limits:
cpu: 1
memory: 5Gi
requests:
cpu: 0.5
memory: 1Gi
livenessProbe:
httpGet:
port: 10902
Expand Down

0 comments on commit 36e83db

Please sign in to comment.