Fix load balancer ip on traefik service
This commit is contained in:
parent
3db3a0c1bf
commit
5b78f92812
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@
|
|||
# Create endpoint for HTTPS on port 444.
|
||||
# Allow external name services for esrom.
|
||||
spec.valuesContent = lib.generators.toYAML { } {
|
||||
service.annotations."metallb.universe.tf/loadBalancerIPs" = myLib.globals.traefikIPv4;
|
||||
# service.annotations."metallb.universe.tf/loadBalancerIPs" = myLib.globals.traefikIPv4;
|
||||
providers.kubernetesIngress.allowExternalNameServices = true;
|
||||
service.loadBalancerIP = myLib.globals.traefikIPv4;
|
||||
|
||||
ports.localsecure = {
|
||||
port = 8444;
|
||||
|
|
Loading…
Reference in a new issue