Skip to content

Commit

Permalink
fix: EKS Private Example - Internal NLB Configuration
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   examples/aws/eks-private/main.tf
  • Loading branch information
brent-anyscale committed Sep 6, 2024
1 parent 10f47bb commit 966c4a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/aws/eks-private/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ module "anyscale_k8s_helm" {

kubernetes_cluster_name = module.anyscale_eks_cluster.eks_cluster_name

# Set up NLB for internal traffic only.
anyscale_ingress_aws_nlb_internal = true

depends_on = [module.anyscale_eks_nodegroups]
}

Expand Down

0 comments on commit 966c4a7

Please sign in to comment.