Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Add namespaces to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Poddar committed Aug 29, 2020
1 parent ea627d3 commit b80a35c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions section_2/gateway-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: networking.istio.io/v1beta1
kind: Gateway
metadata:
name: frontend-gateway
namespace: online-boutique
spec:
selector:
# use Istio default gateway implementation
Expand Down
1 change: 1 addition & 0 deletions section_2/virtualservice-http-v2-httpbin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: frontend-virtual-service
namespace: online-boutique
spec:
hosts:
- "*"
Expand Down
1 change: 1 addition & 0 deletions section_2/virtualservice-http-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: frontend-virtual-service
namespace: online-boutique
spec:
hosts:
- "*"
Expand Down
1 change: 1 addition & 0 deletions section_2/virtualservice-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: frontend-virtual-service
namespace: online-boutique
spec:
hosts:
- "*"
Expand Down
1 change: 1 addition & 0 deletions section_3/gateway-httpbin-https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: networking.istio.io/v1beta1
kind: Gateway
metadata:
name: httpbin-gateway
namespace: default
spec:
selector:
# use Istio default gateway implementation
Expand Down
1 change: 1 addition & 0 deletions section_3/gateway-https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: networking.istio.io/v1beta1
kind: Gateway
metadata:
name: frontend-gateway
namespace: online-boutique
spec:
selector:
# use Istio default gateway implementation
Expand Down
1 change: 1 addition & 0 deletions section_3/virtualservice-httpbin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: httpbin-virtual-service
namespace: default
spec:
hosts:
- "httpbin.boutiquestore.com"
Expand Down
1 change: 1 addition & 0 deletions section_3/virtualservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: frontend-virtual-service
namespace: online-boutique
spec:
hosts:
- "*"
Expand Down

0 comments on commit b80a35c

Please sign in to comment.