Skip to content

Commit

Permalink
Solved some issues with ingress
Browse files Browse the repository at this point in the history
- ingress now uses svc qbittorrent-web instead of just qbittorrent
- ingress uses service.web.port instead of service.port

Signed-off-by: reinoudb <[email protected]>
  • Loading branch information
reinoudb committed Aug 14, 2024
1 parent b243060 commit 5dd7ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/qbittorrent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0"
name: qbittorrent
description: qbittorrent helm chart for Kubernetes
type: application
version: 0.4.5
version: 0.4.6
# image: ghcr.io/onedr0p/qbittorrent
appVersion: "4.6.5"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/qbittorrent/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ spec:
pathType: {{ .pathType }}
backend:
service:
name: {{ include "qbittorrent.fullname" $ }}
name: {{ include "qbittorrent.fullname" $ }}-web
port:
number: {{ $.Values.service.port }}
number: {{ $.Values.service.web.port }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 5dd7ba7

Please sign in to comment.