File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/asset_files/challenge_templates Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ metadata:
9
9
# still use separate domain for these, since exposed LoadBalancer services
10
10
# will all have different ips from each other
11
11
external-dns.alpha.kubernetes.io/hostname: "{{ slug }}.{{ domain }}"
12
+
13
+ # aws-specific annotations for lb options
14
+ service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"
15
+ service.beta.kubernetes.io/aws-load-balancer-backend-protocol: tcp
16
+ service.beta.kubernetes.io/aws-load-balancer-cross-zone-load-balancing-enabled: "true"
17
+ service.beta.kubernetes.io/aws-load-balancer-type: nlb
18
+ service.beta.kubernetes.io/aws-load-balancer-manage-backend-security-group-rules: "true"
19
+
12
20
spec:
13
21
type: LoadBalancer
14
22
selector:
You can’t perform that action at this time.
0 commit comments