forked from open-webui/open-webui
pod optimization and advanced settings
This commit is contained in:
parent
f82347ead6
commit
18463d935e
5 changed files with 17 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
nameOverride: ""
|
||||
|
||||
ollama:
|
||||
annotations: {}
|
||||
podAnnotations: {}
|
||||
|
@ -16,6 +18,8 @@ ollama:
|
|||
selector: {}
|
||||
annotations: {}
|
||||
nodeSelector: {}
|
||||
# -- If using a special runtime container such as nvidia, set it here.
|
||||
runtimeClassName: ""
|
||||
tolerations:
|
||||
- key: nvidia.com/gpu
|
||||
operator: Exists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue