forked from open-webui/open-webui
remove namespace
This commit is contained in:
parent
76a788939f
commit
770c6f210c
8 changed files with 7 additions and 19 deletions
|
@ -2,7 +2,6 @@ apiVersion: apps/v1
|
|||
kind: StatefulSet
|
||||
metadata:
|
||||
name: ollama
|
||||
namespace: {{ .Values.namespace }}
|
||||
spec:
|
||||
serviceName: "ollama"
|
||||
replicas: {{ .Values.ollama.replicaCount }}
|
||||
|
@ -52,4 +51,4 @@ spec:
|
|||
accessModes: [ "ReadWriteOnce" ]
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ .Values.ollama.volumeSize }}
|
||||
storage: {{ .Values.ollama.volumeSize }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue