Skip to content

Commit

Permalink
Merge pull request cncamp#18 from winkyi/module12-istio-2.l7-winkyi
Browse files Browse the repository at this point in the history
Update module12-2.l7  istio-specs.yaml
  • Loading branch information
mfanjie authored Dec 25, 2021
2 parents 2a3de63 + bdabb5c commit 4fdcb14
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion module12/istio/2.l7/istio-specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,19 @@ spec:
- destination:
host: nginx.simple.svc.cluster.local
port:
number: 80
number: 80
---
apiVersion: networking.istio.io/v1beta1
kind: Gateway
metadata:
name: simple
spec:
selector:
istio: ingressgateway
servers:
- hosts:
- simple.cncamp.io
port:
name: http-simple
number: 80
protocol: HTTP

0 comments on commit 4fdcb14

Please sign in to comment.