k3s/services/deluge/deluge-service.yaml

32 lines
629 B
YAML
Raw Normal View History

2026-03-02 20:22:36 -05:00
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert -f compose-yarr.yaml
kompose.version: 1.38.0 (HEAD)
labels:
io.kompose.service: deluge
name: deluge
spec:
type: NodePort
ports:
- name: "30112"
port: 30112
targetPort: 8112
nodePort: 30112
- name: "30881"
port: 30881
targetPort: 6881
nodePort: 30881
- name: 30881-udp
port: 30881
protocol: UDP
targetPort: 6881
nodePort: 30881
- name: "30846"
port: 30846
targetPort: 58846
nodePort: 30846
selector:
io.kompose.service: deluge