add prowlarr

This commit is contained in:
2025-05-10 02:15:43 +02:00
parent 4bfb76bd22
commit 61eb4dfb88
11 changed files with 430 additions and 9 deletions

View File

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