pod optimization and advanced settings

This commit is contained in:
duhow 2024-02-19 23:32:50 +01:00
parent f82347ead6
commit 18463d935e
No known key found for this signature in database
5 changed files with 17 additions and 2 deletions

View file

@ -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 }}