istio.io/istio@v0.0.0-20240520182934-d79c90f27776/tests/integration/iop-integration-test-defaults-with-quic.yaml (about) 1 # This file provides some defaults for integration testing. 2 apiVersion: install.istio.io/v1alpha1 3 kind: IstioOperator 4 metadata: 5 name: install 6 spec: 7 components: 8 ingressGateways: 9 - name: istio-ingressgateway 10 enabled: true 11 k8s: 12 service: 13 ports: 14 ## Default ports 15 - port: 15021 16 targetPort: 15021 17 name: status-port 18 - port: 80 19 targetPort: 8080 20 name: http2 21 - port: 443 22 targetPort: 8443 23 name: https 24 - port: 443 25 targetPort: 8443 26 name: http3 27 protocol: UDP 28 values: 29 pilot: 30 env: 31 PILOT_ENABLE_QUIC_LISTENERS: true