File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
istio-ingress/overlays/ops Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ metadata:
66 labels :
77 app_label : istio-ingressgateway
88 app.kubernetes.io/version : 1.20.0
9+ istio : ingressgateway
910spec :
1011 selector :
1112 istio : ingressgateway
@@ -47,6 +48,7 @@ metadata:
4748 labels :
4849 app_label : istio-ingressgateway-private
4950 app.kubernetes.io/version : 1.20.0
51+ istio : ingressgateway-private
5052spec :
5153 selector :
5254 istio : istio-ingressgateway-private
Original file line number Diff line number Diff line change @@ -23,8 +23,15 @@ helmCharts:
2323 spec :
2424 istio_namespace : " istio-system"
2525 deployment :
26+ pod_labels :
27+ sidecar.istio.io/inject : " true"
28+ pod_annotations :
29+ proxy.istio.io/config : |
30+ holdApplicationUntilProxyStarts: true
2631 accessible_namespaces :
2732 - " **"
33+ logger :
34+ log_format : " json"
2835 view_only_mode : true
2936 # disable_rbac: true
3037 external_services :
@@ -36,10 +43,10 @@ helmCharts:
3643 - app_label : " istiod"
3744 is_core : true
3845 is_proxy : false
39- - app_label : istio-ingressgateway
46+ - namespace : istio-ingress
47+ app_label : istio-ingressgateway
4048 is_core : true
4149 is_proxy : true
42- namespace : istio-ingress
4350 # default: namespace is undefined
4451 enabled : true
4552 config_map_name : " istio"
You can’t perform that action at this time.
0 commit comments