Skip to content

Commit

Permalink
Preliminary ingress support.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 12, 2023
1 parent e140cd4 commit 131be48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ module "kiali_ingress" {
#source = "git@github.it.census.gov:SOA/tfmod-gogatekeeper.git//>ref=1.0.0"
source = "git@github.it.census.gov:SOA/tfmod-gogatekeeper.git//"

certificate_issuer = var.certificate_issuer

namespace = local.ns
application_name = "kiali"
upstream_url = local.kiali_internal_url
Expand Down

0 comments on commit 131be48

Please sign in to comment.