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