Skip to content

Commit 8aa5dc9

Browse files
authored
feat: added support for 3 new regions: Marseille, Singapore, Jerusalem (#424)
1 parent 6290564 commit 8aa5dc9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

terraform.tfvars.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ nodepool_upgrade_method = "out_of_place"
174174
enable_waf = false
175175
load_balancers = "both"
176176
preferred_load_balancer = "public"
177-
internal_lb_allowed_cidrs = ["172.16.1.0/24", "172.16.2.0/24"]
178-
internal_lb_allowed_ports = [80, 443, "7001-7005"]
179-
public_lb_allowed_cidrs = ["0.0.0.0/0"]
180-
public_lb_allowed_ports = [443,"9001-9002"]
177+
# internal_lb_allowed_cidrs = ["172.16.1.0/24", "172.16.2.0/24"] # By default, anywhere i.e. 0.0.0.0/0 is allowed
178+
# internal_lb_allowed_ports = [80, 443, "7001-7005"] # By default, only 80 and 443 are allowed
179+
# public_lb_allowed_cidrs = ["0.0.0.0/0"] # By default, anywhere i.e. 0.0.0.0/0 is allowed
180+
# public_lb_allowed_ports = [443,"9001-9002"] # By default, only 443 is allowed
181181

182182
# ocir
183183
email_address = ""

variables.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,13 +666,16 @@ variable "ocir_urls" {
666666
ap-mumbai-1 = "bom.ocir.io"
667667
ap-osaka-1 = "kix.ocir.io"
668668
ap-seoul-1 = "icn.ocir.io"
669+
ap-singapore-1 = "sin.ocir.io"
669670
ap-sydney-1 = "syd.ocir.io"
670671
ap-tokyo-1 = "nrt.ocir.io"
671672
ca-montreal-1 = "yul.ocir.io"
672673
ca-toronto-1 = "yyz.ocir.io"
673674
eu-amsterdam-1 = "ams.ocir.io"
674675
eu-frankfurt-1 = "fra.ocir.io"
676+
eu-marseille-1 = "mrs.ocir.io"
675677
eu-zurich-1 = "zrh.ocir.io"
678+
il-jerusalem-1 = "mtz.ocir.io"
676679
me-dubai-1 = "dxb.ocir.io"
677680
me-jeddah-1 = "jed.ocir.io"
678681
sa-saopaulo-1 = "gru.ocir.io"

0 commit comments

Comments
 (0)