This commit is contained in:
Morten Olsen
2025-09-04 18:22:33 +02:00
parent 21262705a7
commit 8f5e148bb2
87 changed files with 229 additions and 1 deletions

View File

@@ -1,15 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: '{{ .Release.Name }}'
labels:
app: '{{ .Release.Name }}'
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 12008
protocol: TCP
name: http
selector:
app: '{{ .Release.Name }}'