Remove VS
This commit is contained in:
parent
96c27e6df1
commit
dad0e08ec3
@ -7,22 +7,22 @@ metadata:
|
|||||||
name: debug
|
name: debug
|
||||||
---
|
---
|
||||||
# httpbin.yaml
|
# httpbin.yaml
|
||||||
apiVersion: networking.istio.io/v1alpha3
|
#apiVersion: networking.istio.io/v1alpha3
|
||||||
kind: VirtualService
|
#kind: VirtualService
|
||||||
metadata:
|
#metadata:
|
||||||
name: httpbin
|
# name: httpbin
|
||||||
namespace: debug
|
# namespace: debug
|
||||||
spec:
|
#spec:
|
||||||
hosts:
|
# hosts:
|
||||||
- "httpbin.badhouseplants.net"
|
# - "httpbin.badhouseplants.net"
|
||||||
gateways:
|
# gateways:
|
||||||
- istio-system/badhouseplants-net
|
# - istio-system/badhouseplants-net
|
||||||
http:
|
# http:
|
||||||
- route:
|
# - route:
|
||||||
- destination:
|
# - destination:
|
||||||
port:
|
# port:
|
||||||
number: 8000
|
# number: 8000
|
||||||
host: httpbin
|
# host: httpbin
|
||||||
---
|
---
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
|
Reference in New Issue
Block a user