cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 685264c4177c4a9c3c84099c45f109cdec1cc058
parent 347ff5182edd08a9a363a050411f37c0f1a345f2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 27 Apr 2024 23:43:40 +0200

Set loadbalancer name

Diffstat:
Mapps/base/traefik/release.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/traefik/release.yaml b/apps/base/traefik/release.yaml @@ -56,9 +56,9 @@ spec: enabled: false service: annotations: - load-balancer.hetzner.cloud/location: hel1 + load-balancer.hetzner.cloud/location: fsn1 load-balancer.hetzner.cloud/use-private-ip: "true" - load-balancer.hetzner.cloud/name: your-existing-lb-name + load-balancer.hetzner.cloud/name: api.midnightthoughts.k8s.local load-balancer.hetzner.cloud/uses-proxyprotocol: "true" spec: externalTrafficPolicy: Cluster