Skip to content

Commit

Permalink
use hardcoded service_name for now
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 22, 2025
1 parent ed728e4 commit 8375883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ module "ingress_resources" {
source = "git::https://github.e.it.census.gov/SCT-Engineering/tfmod-istio-service-ingress.git"
public_hostname = var.service_name
public_domain = var.cluster_domain
service_name = format("%v-%v-%v", var.service_name, var.keycloak_namespace, "http")
service_name = "keycloak-keycloakx-http"
service_namespace = kubernetes_namespace.keycloak.metadata[0].name
service_port = local.public_port_number
}
Expand Down

0 comments on commit 8375883

Please sign in to comment.