Skip to content

Commit

Permalink
Issue-820
Browse files Browse the repository at this point in the history
  • Loading branch information
syedthameem85 authored and hyder committed Feb 8, 2024
1 parent 73b5934 commit ae71308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/network/nsg-workers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ locals {
"Allow TCP egress from workers to OKE control plane" : {
protocol = local.tcp_protocol, port = local.oke_port, destination = local.control_plane_nsg_id, destination_type = local.rule_type_nsg,
},
"Allow TCP egress to workers for health check from OKE control plane" : {
"Allow TCP egress to OKE control plane from workers for health check" : {
protocol = local.tcp_protocol, port = local.kubelet_api_port, destination = local.control_plane_nsg_id, destination_type = local.rule_type_nsg,
},
"Allow ALL ingress to workers from Kubernetes control plane for webhooks served by workers" : {
Expand Down

0 comments on commit ae71308

Please sign in to comment.