Skip to content

Commit b4fd7d5

Browse files
committed
update testing to use NLB for controlPlaneLoadBalancer
1 parent f36e8d8 commit b4fd7d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/data/infrastructure-aws/withoutclusterclass/kustomize_sources/base/cluster-template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ kind: AWSCluster
2121
metadata:
2222
name: "${CLUSTER_NAME}"
2323
spec:
24+
controlPlaneLoadBalancer:
25+
loadBalancerType: nlb
26+
healthCheckProtocol: HTTPS
2427
region: "${AWS_REGION}"
2528
sshKeyName: "${AWS_SSH_KEY_NAME}"
2629
---

0 commit comments

Comments
 (0)