Skip to content

Commit

Permalink
add tls mode
Browse files Browse the repository at this point in the history
  • Loading branch information
puertomontt committed Feb 25, 2025
1 parent c36db49 commit a6a7322
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
gatewayClassName: gloo-gateway
listeners:
- name: listener-6443 # do one listener with multiple hostnames?
- name: listener-6443
protocol: TLS
port: 6443
hostname: "example.com"
Expand All @@ -17,6 +17,9 @@ spec:
- name: listener-8443
protocol: TLS
port: 8443
hostname: "example.com"
tls:
mode: Passthrough
allowedRoutes:
kinds:
- kind: TLSRoute
Expand Down

0 comments on commit a6a7322

Please sign in to comment.