stun/turn service
This commit is contained in:
@@ -15,6 +15,21 @@ spec:
|
|||||||
port: 8081
|
port: 8081
|
||||||
targetPort: signaling
|
targetPort: signaling
|
||||||
protocol: TCP
|
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
|
- name: turn-tcp
|
||||||
port: 3478
|
port: 3478
|
||||||
targetPort: turn-tcp
|
targetPort: turn-tcp
|
||||||
|
|||||||
Reference in New Issue
Block a user