use lb
This commit is contained in:
parent
921bebba6b
commit
4b2eb25e1a
1 changed files with 3 additions and 2 deletions
|
@ -3,10 +3,11 @@ kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
service: jvb
|
service: jvb
|
||||||
|
annotations:
|
||||||
|
metallb.universe.tf/address-pool: public
|
||||||
name: jvb-udp
|
name: jvb-udp
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: LoadBalancer
|
||||||
externalTrafficPolicy: Cluster
|
|
||||||
ports:
|
ports:
|
||||||
- port: 30300
|
- port: 30300
|
||||||
protocol: UDP
|
protocol: UDP
|
||||||
|
|
Loading…
Reference in a new issue