c4k-jitsi/src/main/resources/jitsi/jvb-service.yaml

18 lines
347 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
labels:
service: jvb
2022-11-26 13:25:10 +00:00
annotations:
2022-12-02 16:07:34 +00:00
metallb.universe.tf/allow-shared-ip: "shared-ip-service-group"
2022-11-26 13:25:10 +00:00
metallb.universe.tf/address-pool: public
name: jvb-udp
spec:
2022-11-26 13:25:10 +00:00
type: LoadBalancer
ports:
- port: 30300
protocol: UDP
targetPort: 30300
nodePort: 30300
selector:
app: jitsi