Allow using external ollama service.

This commit is contained in:
jmferrerm 2024-04-09 06:43:08 +02:00
parent 331fe04df7
commit 2da7dd67ea
4 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,4 @@
{{- if not .Values.ollama.externalHost }}
apiVersion: apps/v1
kind: StatefulSet
metadata:
@ -94,3 +95,4 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- end }}