Skip to content

Commit 44703b7

Browse files
https on gateway
1 parent 75991ef commit 44703b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

k8s/gateway.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ spec:
1212
protocol: HTTP
1313
hosts:
1414
- "*"
15+
- port:
16+
number: 443
17+
name: https
18+
protocol: HTTPS
19+
hosts:
20+
- "*"
1521
---
1622
apiVersion: networking.istio.io/v1alpha3
1723
kind: VirtualService

0 commit comments

Comments
 (0)