Skip to content

Commit 36e4fb4

Browse files
committed
Enable Istio addons
1 parent 03f3da2 commit 36e4fb4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

istio/system/profile.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ metadata:
55
name: istio-default
66
spec:
77
profile: default
8+
values:
9+
global:
10+
mtls:
11+
auto: true
812
components:
913
pilot:
1014
k8s:
@@ -18,7 +22,8 @@ spec:
1822
tolerations:
1923
- key: CriticalAddonsOnly
2024
operator: Exists
21-
values:
22-
global:
23-
mtls:
24-
auto: true
25+
addonComponents:
26+
grafana:
27+
enabled: true
28+
kiali:
29+
enabled: true

0 commit comments

Comments
 (0)