Skip to content

Commit

Permalink
update k8s deployment and svc
Browse files Browse the repository at this point in the history
  • Loading branch information
s-archer committed Dec 19, 2024
1 parent 672ac5a commit 0a50741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/origin.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "volterra_origin_pool" "nginx-reflector" {
description = "nginx-reflector"
endpoint_selection = "LOCAL_PREFERRED"
loadbalancer_algorithm = "LB_OVERRIDE"
port = 8080
port = 80
no_tls = true

origin_servers {
Expand Down
2 changes: 1 addition & 1 deletion terraform/vk8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "kubernetes_service" "nginx-reflector" {
}
session_affinity = "ClientIP"
port {
port = 8080
port = 80
target_port = 8080
}

Expand Down

0 comments on commit 0a50741

Please sign in to comment.