From dad0e08ec394d16439f1b3a112bb27d2b19242b2 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 2 Jul 2024 13:34:21 +0200 Subject: [PATCH] Remove VS --- manifests/debug/istio/httpbin.yaml | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/manifests/debug/istio/httpbin.yaml b/manifests/debug/istio/httpbin.yaml index bc5f0b1..e64948e 100644 --- a/manifests/debug/istio/httpbin.yaml +++ b/manifests/debug/istio/httpbin.yaml @@ -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