Skip to content

Commit

Permalink
fix: add resource requests to collector manifest (#2960)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Jul 18, 2023
1 parent b00ed1d commit 6d2b518
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/collector.yml
Expand Up @@ -56,6 +56,10 @@ spec:
volumeMounts:
- mountPath: /conf
name: collector-config
resources:
requests:
cpu: 250m
memory: 512Mi
volumes:
- configMap:
items:
Expand Down

0 comments on commit 6d2b518

Please sign in to comment.