remove namespace

This commit is contained in:
duhow 2024-02-19 21:49:30 +01:00
parent 76a788939f
commit 770c6f210c
No known key found for this signature in database
8 changed files with 7 additions and 19 deletions

View file

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