fix: remove static peer port from transmission deployment #105

Merged
gitea-admin merged 4 commits from orion/auto/fix-remove-static-peer-port-from-transmi-1779632181197 into main 2026-05-24 14:17:54 +00:00
Showing only changes of commit ece7b8d562 - Show all commits
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: transmission
namespace: media
spec:
selector:
app: transmission
ports:
- name: http
port: 9091
targetPort: http
type: ClusterIP