Add lb.
This commit is contained in:
parent
5559bad8d7
commit
e91b0c6c42
1 changed files with 11 additions and 0 deletions
|
@ -101,6 +101,17 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: *port
|
port: *port
|
||||||
|
bittorrent:
|
||||||
|
controller: main
|
||||||
|
type: LoadBalancer
|
||||||
|
annotations:
|
||||||
|
io.cilium/lb-ipam-ips: 10.45.0.5
|
||||||
|
ports:
|
||||||
|
bittorrent:
|
||||||
|
enabled: true
|
||||||
|
port: 8080
|
||||||
|
protocol: TCP
|
||||||
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Reference in a new issue