expose factorio on a loadbalancer service
This commit is contained in:
parent
3ac2d5418e
commit
18a2c0acd8
|
@ -21,6 +21,12 @@ spec:
|
|||
|
||||
service:
|
||||
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:
|
||||
http:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in New Issue