Skip to content

Commit 1642303

Browse files
authored
fix: sni hosts (#1658)
1 parent 15bbc76 commit 1642303

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/team-ns/templates/istio-virtualservices.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ spec:
194194
- match:
195195
- port: 443
196196
sniHosts:
197-
- '*'
197+
- {{ $domain }}
198+
- {{ $s.cname.domain }}
198199
route:
199200
- destination:
200201
host: {{ $svc }}.{{ $ns }}.svc.cluster.local

0 commit comments

Comments
 (0)