Skip to content

Commit 361ab42

Browse files
fra98cheina97
authored andcommitted
fix: enable cross zone load balancing on EKS NLB (#34)
1 parent e3e45fa commit 361ab42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deployments/liqo/templates/liqo-wireguard-gateway-server-template-eks-nlb.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spec:
2727
annotations:
2828
service.beta.kubernetes.io/aws-load-balancer-type: nlb
2929
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
30+
service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true"
3031
{{- if .Values.networking.gatewayTemplates.server.service.annotations }}
3132
{{- toYaml .Values.networking.gatewayTemplates.server.service.annotations | nindent 12 }}
3233
{{- end }}

0 commit comments

Comments
 (0)