Skip to content

Commit

Permalink
Added limits to Minio,admin-api and enterprise gateway
Browse files Browse the repository at this point in the history
Signed-off-by: xogoodnow <[email protected]>
  • Loading branch information
xogoodnow committed Nov 28, 2024
1 parent 9d0fa0e commit 79ddd99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1807,6 +1807,9 @@ minio:
persistence:
size: 5Gi
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
Expand Down Expand Up @@ -2232,6 +2235,9 @@ adminApi:
initialDelaySeconds: 45

resources:
limits:
cpu: 10m
memory: 32Mi
requests:
cpu: 10m
memory: 32Mi
Expand Down Expand Up @@ -2345,6 +2351,9 @@ enterpriseGateway:
initialDelaySeconds: 45

resources:
limits:
cpu: 10m
memory: 32Mi
requests:
cpu: 10m
memory: 32Mi
Expand Down

0 comments on commit 79ddd99

Please sign in to comment.