mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-28 12:58:41 +02:00
Fix Helm vespa resource limits (#1606)
Co-authored-by: sd109 <scott@stackhpc.com>
This commit is contained in:
@@ -321,9 +321,9 @@ vespa:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 1500m
|
cpu: 1500m
|
||||||
memory: 4000Mi
|
memory: 4000Mi
|
||||||
# limits:
|
limits:
|
||||||
# cpu: 100m
|
cpu: 1500m
|
||||||
# memory: 128Mi
|
memory: 4000Mi
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
Reference in New Issue
Block a user