This commit is contained in:
Michael Thomson
2023-12-07 14:08:27 -05:00
parent 857d0e9b4a
commit 12acf80bfc

View File

@@ -10,11 +10,14 @@ spec:
- port: 80 - port: 80
protocol: TCP protocol: TCP
targetPort: 9091 targetPort: 9091
name: transmission-ui
- protocol: TCP - protocol: TCP
port: 51413 port: 51413
targetPort: 51413 targetPort: 51413
name: transmission-tcp
- protocol: UDP - protocol: UDP
port: 51413 port: 51413
targetPort: 51413 targetPort: 51413
name: transmission-udp
sessionAffinity: None sessionAffinity: None
type: ClusterIP type: ClusterIP