This commit is contained in:
2023-08-20 07:58:09 -05:00
parent 167c6ed587
commit 22b3f622f2
7 changed files with 11 additions and 45 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: "{{ .Chart.Name }}-service"
spec:
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: {{ .Values.service.targetport }}
protocol: TCP
selector:
app: {{ .Chart.Name }}