Skip to content

Commit

Permalink
updated manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Apr 10, 2020
1 parent f87bdb1 commit 6106685
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 309 deletions.
28 changes: 14 additions & 14 deletions release/istio-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@
# WARNING: This file is autogenerated. Do not manually edit.
# ----------------------------------------------------------

apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: frontend
spec:
hosts:
- "frontend.default.svc.cluster.local"
http:
- route:
- destination:
host: frontend
port:
number: 80
---
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
Expand Down Expand Up @@ -48,20 +62,6 @@ spec:
number: 80
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: frontend
spec:
hosts:
- "frontend.default.svc.cluster.local"
http:
- route:
- destination:
host: frontend
port:
number: 80
---
apiVersion: networking.istio.io/v1alpha3
kind: ServiceEntry
metadata:
name: whitelist-egress-googleapis
Expand Down
Loading

0 comments on commit 6106685

Please sign in to comment.