Minot istio tweaks

This commit is contained in:
Stefan Reimer 2020-09-11 12:08:58 +01:00
parent d13fc9d519
commit 2f7693388e
2 changed files with 6 additions and 7 deletions

View File

@ -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/

View File

@ -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: