add annotations

This commit is contained in:
duhow 2024-02-19 23:22:10 +01:00
parent 34b7fd18c7
commit f82347ead6
No known key found for this signature in database
5 changed files with 28 additions and 2 deletions

View file

@ -4,6 +4,10 @@ metadata:
name: {{ include "ollama.name" . }}
labels:
{{- include "ollama.labels" . | nindent 4 }}
{{- with .Values.ollama.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
selector:
{{- include "ollama.selectorLabels" . | nindent 4 }}