feat: create helm

This commit is contained in:
2025-09-29 00:11:21 +01:00
parent bd38c2de48
commit ccc30faed9
12 changed files with 518 additions and 1 deletions

View File

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