Add Istio TLS mode to podinfo chart

This commit is contained in:
stefanprodan
2019-06-27 10:14:06 +03:00
parent 491ab7affa
commit 34676acaf5
2 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ spec:
hosts:
- {{ .Values.canary.istioIngress.host }}
{{- end }}
trafficPolicy:
tls:
mode: {{ .Values.canary.istioTLS }}
canaryAnalysis:
interval: {{ .Values.canary.analysis.interval }}
threshold: {{ .Values.canary.analysis.threshold }}

View File

@@ -17,6 +17,8 @@ hpa:
canary:
enabled: true
# Istio traffic policy tls can be DISABLE or ISTIO_MUTUAL
istioTLS: DISABLE
istioIngress:
enabled: false
# Istio ingress gateway name