feat: add name to web port in qBittorrent service configuration

This commit is contained in:
Nik Afiq 2026-05-12 22:34:02 +09:00
parent 3209a13ed6
commit 8bc36e4a0b

View File

@ -111,7 +111,8 @@ spec:
selector: selector:
app: qbittorrent app: qbittorrent
ports: ports:
- port: 80 - name: web
port: 80
targetPort: 8080 targetPort: 8080
- name: gluetun-api - name: gluetun-api
port: 8000 port: 8000