expose factorio on a loadbalancer service
This commit is contained in:
parent
3ac2d5418e
commit
18a2c0acd8
|
@ -21,6 +21,12 @@ spec:
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
type: LoadBalancer
|
||||||
|
|
||||||
|
annotations:
|
||||||
|
metallb.universe.tf/allow-shared-ip: "main-ip-192.168.87.10"
|
||||||
|
metallb.universe.tf/loadBalancerIPs: 192.168.87.10
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in New Issue