|
| 1 | +apiVersion: v1 |
| 2 | +kind: ConfigMap |
| 3 | +metadata: |
| 4 | + name: istio-sidecar-injector |
| 5 | + namespace: istio-system |
| 6 | +data: |
| 7 | + values: |- |
| 8 | + { |
| 9 | + "gateways": { |
| 10 | + "seccompProfile": { |
| 11 | + "type": "RuntimeDefault" |
| 12 | + }, |
| 13 | + "securityContext": {} |
| 14 | + }, |
| 15 | + "global": { |
| 16 | + "caAddress": "", |
| 17 | + "caName": "", |
| 18 | + "certSigners": [], |
| 19 | + "configCluster": false, |
| 20 | + "configValidation": true, |
| 21 | + "defaultPodDisruptionBudget": { |
| 22 | + "enabled": true |
| 23 | + }, |
| 24 | + "defaultResources": { |
| 25 | + "requests": { |
| 26 | + "cpu": "10m" |
| 27 | + } |
| 28 | + }, |
| 29 | + "externalIstiod": false, |
| 30 | + "hub": "gcr.io/istio-release", |
| 31 | + "imagePullPolicy": "", |
| 32 | + "imagePullSecrets": [], |
| 33 | + "istioNamespace": "istio-system", |
| 34 | + "istiod": { |
| 35 | + "enableAnalysis": false |
| 36 | + }, |
| 37 | + "logAsJson": false, |
| 38 | + "logging": { |
| 39 | + "level": "default:info" |
| 40 | + }, |
| 41 | + "meshID": "", |
| 42 | + "meshNetworks": {}, |
| 43 | + "mountMtlsCerts": false, |
| 44 | + "multiCluster": { |
| 45 | + "clusterName": "" |
| 46 | + }, |
| 47 | + "nativeNftables": false, |
| 48 | + "network": "", |
| 49 | + "networkPolicy": { |
| 50 | + "enabled": false |
| 51 | + }, |
| 52 | + "omitSidecarInjectorConfigMap": false, |
| 53 | + "operatorManageWebhooks": false, |
| 54 | + "pilotCertProvider": "istiod", |
| 55 | + "priorityClassName": "", |
| 56 | + "proxy": { |
| 57 | + "autoInject": "enabled", |
| 58 | + "clusterDomain": "cluster.local", |
| 59 | + "componentLogLevel": "misc:error", |
| 60 | + "excludeIPRanges": "", |
| 61 | + "excludeInboundPorts": "", |
| 62 | + "excludeOutboundPorts": "", |
| 63 | + "image": "proxyv2", |
| 64 | + "includeIPRanges": "*", |
| 65 | + "includeInboundPorts": "*", |
| 66 | + "includeOutboundPorts": "", |
| 67 | + "logLevel": "warning", |
| 68 | + "outlierLogPath": "", |
| 69 | + "privileged": false, |
| 70 | + "readinessFailureThreshold": 4, |
| 71 | + "readinessInitialDelaySeconds": 0, |
| 72 | + "readinessPeriodSeconds": 15, |
| 73 | + "resources": { |
| 74 | + "limits": { |
| 75 | + "cpu": "2000m", |
| 76 | + "memory": "1024Mi" |
| 77 | + }, |
| 78 | + "requests": { |
| 79 | + "cpu": "10m", |
| 80 | + "memory": "40Mi" |
| 81 | + } |
| 82 | + }, |
| 83 | + "seccompProfile": { |
| 84 | + "type": "RuntimeDefault" |
| 85 | + }, |
| 86 | + "startupProbe": { |
| 87 | + "enabled": true, |
| 88 | + "failureThreshold": 600 |
| 89 | + }, |
| 90 | + "statusPort": 15020, |
| 91 | + "tracer": "none" |
| 92 | + }, |
| 93 | + "proxy_init": { |
| 94 | + "image": "proxyv2", |
| 95 | + "resources": { |
| 96 | + "limits": { |
| 97 | + "cpu": "2000m", |
| 98 | + "memory": "1024Mi" |
| 99 | + }, |
| 100 | + "requests": { |
| 101 | + "cpu": "10m", |
| 102 | + "memory": "10Mi" |
| 103 | + } |
| 104 | + } |
| 105 | + }, |
| 106 | + "remotePilotAddress": "", |
| 107 | + "resourceScope": "all", |
| 108 | + "sds": { |
| 109 | + "token": { |
| 110 | + "aud": "istio-ca" |
| 111 | + } |
| 112 | + }, |
| 113 | + "sts": { |
| 114 | + "servicePort": 0 |
| 115 | + }, |
| 116 | + "tag": "1.28.0", |
| 117 | + "variant": "", |
| 118 | + "waypoint": { |
| 119 | + "affinity": {}, |
| 120 | + "nodeSelector": {}, |
| 121 | + "resources": { |
| 122 | + "limits": { |
| 123 | + "cpu": "2", |
| 124 | + "memory": "1Gi" |
| 125 | + }, |
| 126 | + "requests": { |
| 127 | + "cpu": "10m", |
| 128 | + "memory": "128Mi" |
| 129 | + } |
| 130 | + }, |
| 131 | + "tolerations": [], |
| 132 | + "topologySpreadConstraints": [] |
| 133 | + } |
| 134 | + }, |
| 135 | + "pilot": { |
| 136 | + "cni": { |
| 137 | + "enabled": true, |
| 138 | + "provider": "default" |
| 139 | + }, |
| 140 | + "env": {} |
| 141 | + }, |
| 142 | + "revision": "", |
| 143 | + "sidecarInjectorWebhook": { |
| 144 | + "alwaysInjectSelector": [], |
| 145 | + "defaultTemplates": [], |
| 146 | + "enableNamespacesByDefault": false, |
| 147 | + "injectedAnnotations": {}, |
| 148 | + "neverInjectSelector": [], |
| 149 | + "reinvocationPolicy": "Never", |
| 150 | + "rewriteAppHTTPProbe": true, |
| 151 | + "templates": {} |
| 152 | + } |
| 153 | + } |
0 commit comments