helm chart jellyseerr init commit

This commit is contained in:
Richard Tomik
2025-04-23 16:10:06 +02:00
parent 3df15e3b42
commit 798a167bb3
11 changed files with 552 additions and 14 deletions

View File

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