Skip to content

Commit ddac956

Browse files
committed
add new sg rule to 6443
open port from my mac laptop
1 parent 08ffc99 commit ddac956

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

infrastructure/oracle/kubernetes/public-security-list.tf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@ resource "oci_core_security_list" "public-security-list" {
3737
}
3838
}
3939

40+
ingress_security_rules {
41+
stateless = false
42+
source = "147.161.132.196/32"
43+
source_type = "CIDR_BLOCK"
44+
protocol = "6"
45+
46+
tcp_options {
47+
min = 6443
48+
max = 6433
49+
}
50+
}
51+
4052
ingress_security_rules {
4153
stateless = false
4254
source = "141.144.202.55/32"

0 commit comments

Comments
 (0)