Fix static load balancer ip for Traefik
This commit is contained in:
parent
998e01ae8c
commit
1e4707ee3e
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
metadata.namespace = "kube-system";
|
||||
|
||||
# Override Traefik's service with a static load balancer IP.
|
||||
# Create endpoint for HTTPS on port444.
|
||||
# Create endpoint for HTTPS on port 444.
|
||||
# Allow external name services for esrom.
|
||||
spec.valuesContent = ''
|
||||
service:
|
||||
spec:
|
||||
loadBalancerIP: "${myLib.globals.traefikIPv4}"
|
||||
annotations: {"metallb.universe.tf/loadBalancerIPs":"${myLib.globals.traefikIPv4}"}
|
||||
ports:
|
||||
localsecure:
|
||||
port: 8444
|
||||
|
|
Loading…
Reference in a new issue