gateway.yaml 308 Bytes
Newer Older
qiuqunfeng's avatar
qiuqunfeng committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
apiVersion: networking.istio.io/v1beta1
kind: Gateway
metadata:
  name: testaaa-lsnr-aaaa
  namespace: tensorsec
  labels:
    apigateway: testaaa
spec:
  selector:
    istio: ingressgateway
  servers:
    - hosts:
      - "*"
      port:
        name: http2-9999
        number: 9999
        protocol: HTTP2