Skip to content

Commit

Permalink
fix: kong ingress network policy port
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Sep 11, 2019
1 parent 7d85632 commit 92df4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/eks-addons/kong.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ resource "kubernetes_network_policy" "kong_allow_ingress" {

ingress {
ports {
port = "80"
port = "8000"
protocol = "TCP"
}
ports {
port = "443"
port = "8443"
protocol = "TCP"
}

Expand Down

0 comments on commit 92df4cf

Please sign in to comment.