Remove VS

This commit is contained in:
Nikolai Rodionov 2024-07-02 13:34:21 +02:00
parent 96c27e6df1
commit dad0e08ec3
No known key found for this signature in database
GPG Key ID: B874DEE37A0C17DB

View File

@ -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