stun/turn service

This commit is contained in:
Philip Haupt
2026-03-07 16:26:59 +01:00
parent 55d83976a0
commit e6cf7015a9

View File

@@ -15,6 +15,21 @@ spec:
port: 8081
targetPort: signaling
protocol: TCP
---
apiVersion: v1
kind: Service
metadata:
name: nextcloud-hpb-turn
namespace: nextcloud-hpb
labels:
app: nextcloud-hpb-turn
annotations:
io.cilium/lb-ipam-ips: 192.168.0.186
spec:
selector:
app: nextcloud-hpb-turn
type: LoadBalancer
ports:
- name: turn-tcp
port: 3478
targetPort: turn-tcp