Skip to content

Commit

Permalink
Set vector replicas, requests
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroPower committed Oct 8, 2023
1 parent 1cedd0c commit 708534c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions applications/base/vector-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ customConfig:
- vector_metrics
address: 0.0.0.0:9090

resources:
requests:
cpu: 10m
memory: 100Mi
limits:
memory: 100Mi

tolerations:
- effect: NoSchedule
operator: Exists
Expand Down
9 changes: 9 additions & 0 deletions applications/base/vector-aggregator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
role: Stateless-Aggregator

replicas: 2

customConfig:
data_dir: /vector-data-dir
api:
Expand Down Expand Up @@ -75,3 +77,10 @@ customConfig:
inputs:
- vector_metrics
address: 0.0.0.0:9090

resources:
requests:
cpu: 10m
memory: 100Mi
limits:
memory: 100Mi

0 comments on commit 708534c

Please sign in to comment.