Minot istio tweaks
This commit is contained in:
parent
2577ba826c
commit
6015b4ee9b
@ -17,4 +17,6 @@ Installs Istio Operator and KubeZero Istio profile
|
||||
|
||||
## Resources
|
||||
|
||||
- https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpec
|
||||
- https://github.com/istio/istio/blob/master/manifests/profiles/default.yaml
|
||||
- https://istio.io/latest/docs/setup/install/standalone-operator/
|
||||
|
@ -34,15 +34,15 @@ spec:
|
||||
name: istio-ingressgateway
|
||||
{{- end }}
|
||||
env:
|
||||
# https://github.com/istio/istio/issues/26524
|
||||
# https://github.com/istio/istio/issues/26524, not in 1.7 !
|
||||
#- name: TERMINATION_DRAIN_DURATION_SECONDS
|
||||
# value: "60"
|
||||
- name: ISTIO_META_HTTP10
|
||||
value: '"1"'
|
||||
- name: ISTIO_META_ROUTER_MODE
|
||||
value: standard
|
||||
- name: ISTIO_META_IDLE_TIMEOUT
|
||||
value: "3600s"
|
||||
#- name: ISTIO_META_IDLE_TIMEOUT
|
||||
# value: "3600s"
|
||||
{{- if eq .Values.ingress.type "NodePort" }}
|
||||
nodeSelector:
|
||||
node.kubernetes.io/ingress.public: "30080_30443"
|
||||
@ -149,15 +149,12 @@ spec:
|
||||
disablePolicyChecks: false
|
||||
global:
|
||||
jwtPolicy: first-party-jwt
|
||||
logAsJson: true
|
||||
omitSidecarInjectorConfigMap: true
|
||||
proxy:
|
||||
accessLogEncoding: JSON
|
||||
autoInject: disabled
|
||||
envoyStatsd:
|
||||
enabled: false
|
||||
useMCP: false
|
||||
pilot:
|
||||
sidecar: false
|
||||
autoscaleEnabled: false
|
||||
mixer:
|
||||
policy:
|
||||
|
Loading…
Reference in New Issue
Block a user