Release v 0.0.1 helm chart for qbittorent and gluetun

This commit is contained in:
Richard Tomik
2025-05-13 22:13:11 +02:00
parent c413bc7757
commit 7b4e184104
10 changed files with 1036 additions and 0 deletions

View File

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