Skip to content

Commit

Permalink
added ms-product to ingress (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: anttorre <[email protected]>
  • Loading branch information
antonioT90 and anttorre authored Nov 4, 2021
1 parent f7684b1 commit af99aa1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/k8s/selc_ingress.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ resource "kubernetes_ingress" "selc_ingress" {
path = "/uservice-party-registry-proxy/(.*)"
}

path {
backend {
service_name = "ms-product"
service_port = var.default_service_port
}
path = "/ms-product/(.*)"
}

}
}
}
Expand Down

0 comments on commit af99aa1

Please sign in to comment.