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 cfa1c09
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions third_party/envoy-gateway/internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,15 @@ 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

12 changes: 12 additions & 0 deletions third_party/istio/300-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,15 @@ 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 cfa1c09

Please sign in to comment.