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