Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix: tls configuration for split httproute
Browse files Browse the repository at this point in the history
  • Loading branch information
Smana committed Sep 12, 2023
1 parent e626615 commit 1aa27ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions apps/base/echo/gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ spec:
mode: Terminate
certificateRefs:
- name: echo-tls
- name: http-split
hostname: "split-echo.${domain_name}"
port: 443
protocol: HTTPS
allowedRoutes:
namespaces:
from: Same
tls:
mode: Terminate
certificateRefs:
- name: split-echo-tls
2 changes: 1 addition & 1 deletion apps/base/echo/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- matches:
- path:
type: PathPrefix
value: /resp-header-modify
value: /resp-header-add
filters:
- type: ResponseHeaderModifier
responseHeaderModifier:
Expand Down

0 comments on commit 1aa27ff

Please sign in to comment.