Fix static load balancer ip for Traefik

This commit is contained in:
Pim Kunis 2024-05-09 17:25:59 +02:00
parent 998e01ae8c
commit 1e4707ee3e

View file

@ -4,12 +4,12 @@
metadata.namespace = "kube-system"; metadata.namespace = "kube-system";
# Override Traefik's service with a static load balancer IP. # 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. # Allow external name services for esrom.
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