more services

This commit is contained in:
Morten Olsen
2025-09-08 20:36:33 +02:00
parent 0f20fa0b5a
commit 6fc2cf5fd1
13 changed files with 205 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: 80
protocol: TCP
name: http
selector:
app: "{{ .Release.Name }}"