This commit is contained in:
2024-04-02 21:08:34 -05:00
parent 6ce9647fde
commit 8d04dfc900
5 changed files with 110 additions and 10 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 }}