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: v1
kind: Service
metadata:
name: ollama-service
namespace: {{ .Values.namespace }}
spec:
type: {{ .Values.ollama.service.type }}
selector:
@ -10,4 +9,4 @@ spec:
ports:
- protocol: TCP
port: {{ .Values.ollama.servicePort }}
targetPort: {{ .Values.ollama.servicePort }}
targetPort: {{ .Values.ollama.servicePort }}