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:
|
||||
labels:
|
||||
service: jvb
|
||||
annotations:
|
||||
metallb.universe.tf/address-pool: public
|
||||
name: jvb-udp
|
||||
spec:
|
||||
type: NodePort
|
||||
externalTrafficPolicy: Cluster
|
||||
type: LoadBalancer
|
||||
ports:
|
||||
- port: 30300
|
||||
protocol: UDP
|
||||
|
|
Loading…
Reference in a new issue