Skip to content

Commit

Permalink
feat(gateways) increase amount of outbound IPs for ci.jenkins.io agen…
Browse files Browse the repository at this point in the history
…ts to spread egress workloads (#277)

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal authored Aug 1, 2024
1 parent 6637c0b commit af979d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateways.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module "ci_jenkins_io_outbound_sponsorship" {
module.public_sponsorship_vnet.subnets["public-jenkins-sponsorship-vnet-ci_jenkins_io_kubernetes"],
]

outbound_ip_count = 2
outbound_ip_count = 4
}

module "privatek8s_outbound" {
Expand Down

0 comments on commit af979d5

Please sign in to comment.