2026-03-02 20:22:36 -05:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
name: deluge
|
|
|
|
|
spec:
|
2026-04-03 21:52:07 -04:00
|
|
|
type: ClusterIP
|
2026-03-02 20:22:36 -05:00
|
|
|
ports:
|
2026-04-03 21:52:07 -04:00
|
|
|
- name: http-web
|
|
|
|
|
port: 80
|
|
|
|
|
targetPort: web-ui
|
|
|
|
|
- name: inbound-tcp
|
|
|
|
|
port: 81
|
|
|
|
|
targetPort: inbound-tcp
|
|
|
|
|
- name: inbound-udp
|
|
|
|
|
port: 81
|
2026-03-02 20:22:36 -05:00
|
|
|
protocol: UDP
|
2026-04-03 21:52:07 -04:00
|
|
|
targetPort: inbound-udp
|
|
|
|
|
- name: daemon
|
|
|
|
|
port: 82
|
|
|
|
|
targetPort: daemon
|
2026-03-02 20:22:36 -05:00
|
|
|
selector:
|
2026-07-21 11:21:26 -04:00
|
|
|
app: deluge
|