Skip to content

Commit

Permalink
add-vector-to-cli-low-preset
Browse files Browse the repository at this point in the history
  • Loading branch information
avivzgroundcover committed Oct 11, 2024
1 parent dfc8bff commit df15752
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 df15752

Please sign in to comment.