Skip to content

Commit

Permalink
add port 443 to the listener
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jun 18, 2024
1 parent a6804cc commit 0d57fe1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions third_party/envoy-gateway/external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,14 @@ spec:
allowedRoutes:
namespaces:
from: All
# We've observed when adding and removing a listener on port 443 this
# causes the GKE LB to have downtime. By adding this tls listener
# we keep that LB port open.
- name: tls
port: 443
protocol: TLS
tls:
mode: Passthrough
allowedRoutes:
namespaces:
from: All
11 changes: 11 additions & 0 deletions third_party/istio/300-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ spec:
allowedRoutes:
namespaces:
from: All
# We've observed when adding and removing a listener on port 443 this
# causes the GKE LB to have downtime. By adding this tls listener
# we keep that LB port open.
- name: tls
port: 443
protocol: TLS
tls:
mode: Passthrough
allowedRoutes:
namespaces:
from: All

0 comments on commit 0d57fe1

Please sign in to comment.