Skip to content

Commit 43e4597

Browse files
authoredFeb 11, 2025··
Merge pull request #5338 from damdo/update-testing-to-use-nlbs
🌱 Update testing to use NLB for controlPlaneLoadBalancer
2 parents 3bcb9a5 + b4fd7d5 commit 43e4597

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

+3
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)
Please sign in to comment.