Apply hetzner lb annotations.

This commit is contained in:
Joseph Hanson 2023-10-02 00:53:28 +00:00
parent e1b9ae0268
commit a53db34ed3

View file

@ -18,11 +18,11 @@ spec:
controller: controller:
replicaCount: 3 replicaCount: 3
hostPort: # hostPort:
enabled: true # enabled: true
ports: # ports:
http: 81 # http: 81
https: 444 # https: 444
updateStrategy: updateStrategy:
type: Recreate type: Recreate
@ -31,8 +31,9 @@ spec:
enabled: true enabled: true
type: LoadBalancer type: LoadBalancer
annotations: annotations:
external-dns.alpha.kubernetes.io/hostname: "ingress.valinor.social" load-balancer.hetzner.cloud/location: fsn1
io.cilium/lb-ipam-ips: "10.2.42.1" load-balancer.hetzner.cloud/use-private-ip: "true"
externalTrafficPolicy: Local externalTrafficPolicy: Local
publishService: publishService: