Skip to content

Commit

Permalink
remove nms from xc lb
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jun 12, 2024
1 parent 0fa38fb commit 64d8928
Showing 1 changed file with 1 addition and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "volterra_http_loadbalancer" "http-lb-kubernetes-calalang-net" {
environment = var.label-environment
}
description = "Global HTTPS Load Balancer for kubernetes.calalang.net"
domains = ["kubernetes.calalang.net", "argo.calalang.net", "nms.calalang.net", "jwt.nms.calalang.net"]
domains = ["kubernetes.calalang.net", "argo.calalang.net"]
advertise_on_public_default_vip = true
routes {
simple_route {
Expand Down Expand Up @@ -57,52 +57,6 @@ resource "volterra_http_loadbalancer" "http-lb-kubernetes-calalang-net" {
host_rewrite = "argo.calalang.net"
}
}
# routes {
# simple_route {
# http_method = "ANY"
# path {
# regex = ".*"
# }
# origin_pools {
# pool {
# namespace = var.namespace
# name = volterra_origin_pool.pool-svc-nginx-ingress.name
# }
# weight = 1
# priority = 1
# endpoint_subsets = {}
# }
# headers {
# name = "HOST"
# exact = "nms.calalang.net"
# invert_match = false
# }
# host_rewrite = "nms.calalang.net"
# }
# }
# routes {
# simple_route {
# http_method = "ANY"
# path {
# regex = ".*"
# }
# origin_pools {
# pool {
# namespace = var.namespace
# name = volterra_origin_pool.pool-svc-nginx-ingress.name
# }
# weight = 1
# priority = 1
# endpoint_subsets = {}
# }
# headers {
# name = "HOST"
# exact = "jwt.nms.calalang.net"
# invert_match = false
# }
# host_rewrite = "jwt.nms.calalang.net"
# }
# }
https_auto_cert {
add_hsts = true
http_redirect = true
Expand Down

0 comments on commit 64d8928

Please sign in to comment.