Apply hetzner lb annotations.
This commit is contained in:
parent
e1b9ae0268
commit
a53db34ed3
1 changed files with 8 additions and 7 deletions
|
@ -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:
|
||||||
|
|
Reference in a new issue