Skip to content

Commit f312e65

Browse files
committed
VM Agent: add resource constraints
1 parent d84f2d4 commit f312e65

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/victoria-metrics-stack/values.yaml.gotmpl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ victoria-metrics-agent:
4646
podSecurityContext: *restrictedPodSecurityContext
4747
securityContext: *restrictedSecurityContext
4848

49+
resources:
50+
limits:
51+
cpu: 2
52+
memory: 1Gi
53+
requests:
54+
cpu: 0.5
55+
memory: 256Mi
4956

5057
victoria-metrics-auth:
5158
enabled: true

0 commit comments

Comments
 (0)