more-charts

This commit is contained in:
Morten Olsen
2025-09-03 21:41:58 +02:00
parent 00d90bfa21
commit 4d46998668
51 changed files with 591 additions and 108 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: 8080
protocol: TCP
name: http
selector:
app: '{{ .Release.Name }}'