blob: d25159873226d91d2cd35173bf793200780488ad [file] [log] [blame]
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
annotations:
internal.istio.io/gateway-service: istio-ingressgateway.dubbo-system.svc.domain.suffix
internal.istio.io/parent: Gateway/gateway/cross.dubbo-system
creationTimestamp: null
name: gateway-istio-autogenerated-k8s-gateway-cross
namespace: dubbo-system
spec:
servers:
- hosts:
- cert/cert.domain.example
port:
name: default
number: 443
protocol: HTTPS
tls:
credentialName: kubernetes-gateway://cert/cert
mode: SIMPLE
---
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
annotations:
internal.istio.io/parent: HTTPRoute/http.cert
internal.istio.io/route-semantics: gateway
creationTimestamp: null
name: http-0-istio-autogenerated-k8s-gateway
namespace: cert
spec:
gateways:
- dubbo-system/gateway-istio-autogenerated-k8s-gateway-cross
hosts:
- cert.domain.example
http:
- route:
- destination:
host: httpbin.cert.svc.domain.suffix
port:
number: 80
---