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
|
@ -9,7 +9,7 @@
|
||||||
spec.valuesContent = ''
|
spec.valuesContent = ''
|
||||||
service:
|
service:
|
||||||
spec:
|
spec:
|
||||||
loadBalancerIP: "${myLib.globals.traefikIPv4}"
|
annotations: {"metallb.universe.tf/loadBalancerIPs":"${myLib.globals.traefikIPv4}"}
|
||||||
ports:
|
ports:
|
||||||
localsecure:
|
localsecure:
|
||||||
port: 8444
|
port: 8444
|
||||||
|
|
Loading…
Reference in a new issue