Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
proxy-pass to correct service
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 3, 2024
1 parent 1a16a2c commit f98556f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ resource "kubernetes_ingress_v1" "gitops_ftw_ingress" {
path {
backend {
service {
name = "nginx"
name = "nginx-app"
port {
number = 80
}
Expand Down

0 comments on commit f98556f

Please sign in to comment.