Skip to content

Commit

Permalink
add wg to master node
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed May 31, 2023
1 parent d80be28 commit 475c55a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/aws/base-k8s/infra.tf
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ resource "aws_autoscaling_group" "master" {

# Join the master to the internal load balancer for the kube api on 6443
target_group_arns = [
aws_lb_target_group.internal_kubeapi.arn
aws_lb_target_group.internal_kubeapi.arn,
aws_lb_target_group.wireguard.arn
]

launch_template {
Expand Down

0 comments on commit 475c55a

Please sign in to comment.