Skip to content

Commit

Permalink
put the ingresses in the same alb ingress group
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Mar 15, 2024
1 parent 1e80860 commit e736f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stacks/eks-workloads/kubernetes-hello.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ resource "kubernetes_ingress_v1" "kubernetes_hello" {
annotations = {
"alb.ingress.kubernetes.io/scheme" = "internet-facing"
"alb.ingress.kubernetes.io/target-type" = "ip"
"alb.ingress.kubernetes.io/group.name" = var.ingress_domain
}
}
spec {
Expand Down
1 change: 1 addition & 0 deletions stacks/eks-workloads/otel-example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ resource "kubernetes_ingress_v1" "otel_example" {
annotations = {
"alb.ingress.kubernetes.io/scheme" = "internet-facing"
"alb.ingress.kubernetes.io/target-type" = "ip"
"alb.ingress.kubernetes.io/group.name" = var.ingress_domain
}
}
spec {
Expand Down

0 comments on commit e736f07

Please sign in to comment.