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