mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-26 08:09:27 +00:00
Deluge fixes for #3
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
---
|
||||
{{ if .Values.btservice.enabled }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
@@ -45,9 +47,9 @@ spec:
|
||||
protocol: UDP
|
||||
targetPort: bt-udp
|
||||
{{ if (eq .Values.btservice.type "NodePort") }}
|
||||
nodePort: 58946
|
||||
nodePort: {{ default 30846 .Values.btservice.nodePort }}
|
||||
{{ end }}
|
||||
selector:
|
||||
app.kubernetes.io/name: {{ include "deluge.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user