state as today

This commit is contained in:
gilgamezh
2024-04-21 18:11:46 +02:00
parent 728f994ac8
commit 2e801d4a14
20 changed files with 558 additions and 15 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: {{ template "prowlarr.fullname" . }}
labels:
app: {{ template "prowlarr.name" . }}
chart: {{ template "prowlarr.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: 9696
protocol: TCP
name: http
selector:
app: {{ template "prowlarr.name" . }}
release: {{ .Release.Name }}