This commit is contained in:
Morten Olsen
2025-09-25 20:57:46 +02:00
commit 41feffb123
234 changed files with 4553 additions and 0 deletions

View File

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