This commit is contained in:
2022-05-12 15:14:17 +02:00
commit 8b6d2727ad
12 changed files with 242 additions and 0 deletions

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.app.name }}-service
spec:
selector:
app: {{ .Values.app.name }}
ports:
- protocol: TCP
port: {{ .Values.container.port }}
targetPort: {{ .Values.container.port }}