Skip to content

Commit

Permalink
Comments out qbitorrent service
Browse files Browse the repository at this point in the history
  • Loading branch information
1Solon committed Oct 19, 2024
1 parent 7ed4780 commit c19f11f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions kubernetes/apps/media/qbittorrent/app/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ spec:
value: "52716"
ports:
- containerPort: 8080
- containerPort: 52716
- containerPort: 52716
protocol: UDP
# - containerPort: 52716
# - containerPort: 52716
# protocol: UDP
volumeMounts:
- name: qbittorrent-config
mountPath: /config
Expand Down
16 changes: 8 additions & 8 deletions kubernetes/apps/media/qbittorrent/app/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ spec:
selector:
app: qbittorrent
ports:
- name: qbittorrent-udp
protocol: UDP
port: 52716
targetPort: 52716
- name: qbittorrent-tcp
protocol: TCP
port: 52716
targetPort: 52716
# - name: qbittorrent-udp
# protocol: UDP
# port: 52716
# targetPort: 52716
# - name: qbittorrent-tcp
# protocol: TCP
# port: 52716
# targetPort: 52716
- name: qbittorrent-webui
protocol: TCP
port: 80
Expand Down

0 comments on commit c19f11f

Please sign in to comment.