added recipya helm chart init commit

This commit is contained in:
Richard Tomik
2025-04-05 18:38:16 +02:00
parent 7cafc6a692
commit 20d661ef6f
10 changed files with 690 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "recipya.fullname" . }}
labels:
{{- include "recipya.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "recipya.selectorLabels" . | nindent 4 }}