This commit is contained in:
Morten Olsen
2025-09-03 23:06:59 +02:00
parent 4d46998668
commit 21262705a7
18 changed files with 319 additions and 9 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: 3000
protocol: TCP
name: http
selector:
app: '{{ .Release.Name }}'