12 lines
425 B
YAML
12 lines
425 B
YAML
http:
|
|
services:
|
|
k3s:
|
|
loadBalancer:
|
|
servers:
|
|
# TODO: This WILL break when the cluster is reprovisioned and another IP addrss is chosen.
|
|
# The load balancer service for Traefik is automatically provisioned by k3s, unsure how to statically assign the IP address.
|
|
- url: http://192.168.30.128
|
|
esrom:
|
|
loadBalancer:
|
|
servers:
|
|
- url: http://esrom.dmz:80/
|