You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c4k-jitsi/src/main/resources/jitsi/jvb-service.yaml

18 lines
347 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
service: jvb
annotations:
metallb.universe.tf/allow-shared-ip: "shared-ip-service-group"
metallb.universe.tf/address-pool: public
name: jvb-udp
spec:
type: LoadBalancer
ports:
- port: 30300
protocol: UDP
targetPort: 30300
nodePort: 30300
selector:
app: jitsi