Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
paulofponciano committed May 12, 2024
1 parent b843ade commit daa6a18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ variable "grafana_virtual_service_host" {
type = string
}

variable "kiali_virtual_service_host" {
type = string
}
# variable "kiali_virtual_service_host" {
# type = string
# }

variable "argocd_virtual_service_host" {
type = string
}

variable "jaeger_virtual_service_host" {
type = string
}
# variable "jaeger_virtual_service_host" {
# type = string
# }

variable "nlb_ingress_internal" {
type = bool
Expand Down
4 changes: 2 additions & 2 deletions variables.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ enable_cross_zone_lb = "true"
nlb_ingress_type = "network"
proxy_protocol_v2 = "false"
grafana_virtual_service_host = "grafana.pauloponciano.digital"
kiali_virtual_service_host = "kiali.pauloponciano.digital"
jaeger_virtual_service_host = "jaeger.pauloponciano.digital"
# kiali_virtual_service_host = "kiali.pauloponciano.digital"
# jaeger_virtual_service_host = "jaeger.pauloponciano.digital"
argocd_virtual_service_host = "argocd.pauloponciano.digital"

## KARPENTER OPTIONS
Expand Down

0 comments on commit daa6a18

Please sign in to comment.