-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathistio-operator.yaml
45 lines (45 loc) · 1.07 KB
/
istio-operator.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
name: install
spec:
hub: localhost:5000
tag: master
meshConfig:
accessLogFile: "/dev/stdout"
defaultConfig:
proxyMetadata:
ISTIO_META_PROXY_XDS_VIA_AGENT: "true"
ISTIO_META_DNS_CAPTURE: "true"
components:
ingressGateways:
- name: istio-ingressgateway
enabled: true
k8s:
service:
ports:
- name: status-port
port: 15021
targetPort: 15021
# Both HTTPS and HTTP/3 must have
# the same port number. Here it
# is 443/TCP and 443/UDP
- name: https
port: 443
targetPort: 8443
- name: http3
port: 443
targetPort: 8443
protocol: UDP
values:
pilot:
# This is required to create mirror QUIC
# listeners for TLS-terminated HTTPS listeners
# on the gateway
env:
PILOT_ENABLE_QUIC_LISTENERS: true
global:
proxy:
logLevel: debug
logging:
level: debug