Skip to content

Commit

Permalink
[sc-20013] add-vector-to-cli-low-preset (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
avivzgroundcover authored Oct 13, 2024
1 parent 2704aef commit eb89b96
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pkg/helm/presets/backend/low-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ monitors-manager:
cpu: 50m
memory: 150Mi


backend:
postgresql:
primary:
Expand All @@ -91,3 +90,11 @@ backend:
limits:
memory: 60Mi

vector:
replicas: 1
resources:
requests:
cpu: 50m
memory: 256Mi
limits:
memory: 1024Mi

0 comments on commit eb89b96

Please sign in to comment.