more-stuff

This commit is contained in:
Morten Olsen
2025-09-03 17:08:46 +02:00
parent 03e406322f
commit 00d90bfa21
11 changed files with 66 additions and 1 deletions

View File

@@ -1,15 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: '{{ .Release.Name }}'
labels:
app: '{{ .Release.Name }}'
spec:
type: LoadBalancer # Set to NodePort/ClusterIP if you prefer
ports:
- name: http
port: 11434
targetPort: http
protocol: TCP
selector:
app: '{{ .Release.Name }}'