Skip to content

Commit

Permalink
nginx instance is 11 instead of 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jun 12, 2024
1 parent c064f8f commit 0fa38fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "volterra_cluster" "cluster-nginx-instances" {
disable = false
endpoints {
namespace = var.namespace
name = volterra_endpoint.endpoint-nginx-10-0-3-5.name
name = volterra_endpoint.endpoint-nginx-10-0-3-11.name
}
health_checks {
name = volterra_healthcheck.health-check-http.name
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "volterra_endpoint" "endpoint-nginx-10-0-3-5" {
name = "endpoint-nginx-10-0-3-5"
resource "volterra_endpoint" "endpoint-nginx-10-0-3-11" {
name = "endpoint-nginx-10-0-3-11"
namespace = var.namespace
labels = {
owner = var.label-owner
Expand All @@ -10,7 +10,7 @@ resource "volterra_endpoint" "endpoint-nginx-10-0-3-5" {
protocol = "TCP"
port = 80
health_check_port = 80
ip = "10.0.3.5"
ip = "10.0.3.11"
where {
site {
ref {
Expand Down
2 changes: 1 addition & 1 deletion distributed-cloud/terraform/configuration/pool-ip-nginx.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "volterra_origin_pool" "pool-ip-nginx" {
private_ip {
segment {
}
ip = "10.0.3.5"
ip = "10.0.3.11"
outside_network = true
site_locator {
site {
Expand Down

0 comments on commit 0fa38fb

Please sign in to comment.