add define names

This commit is contained in:
duhow 2024-02-19 21:58:25 +01:00
parent 770c6f210c
commit cbaada1410
No known key found for this signature in database
7 changed files with 17 additions and 10 deletions

View file

@ -1,9 +1,9 @@
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: ollama
name: {{ include "ollama.name" . }}
spec:
serviceName: "ollama"
serviceName: {{ include "ollama.name" . }}
replicas: {{ .Values.ollama.replicaCount }}
selector:
matchLabels: