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
|
@ -23,6 +23,11 @@ spec:
|
|||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
automountServiceAccountToken: false
|
||||
{{- with .Values.ollama.runtimeClassName }}
|
||||
runtimeClassName: {{ . }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: {{ include "ollama.name" . }}
|
||||
{{- with .Values.ollama.image }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue