Skip to content

Commit b88b2be

Browse files
author
Diego Luisi
committed
[DEVOPS-25] ⚡ Clean module accounts
1 parent 006b1be commit b88b2be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/istio/base/kustomization.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ helmCharts:
1818
global:
1919
istiod:
2020
enableAnalysis: true
21+
2122
- name: istiod
2223
releaseName: istiod
2324
version: 1.22.0
@@ -70,6 +71,13 @@ helmCharts:
7071
limits:
7172
cpu: 500m
7273
memory: 2048Mi
74+
tolerations:
75+
- key: "role"
76+
operator: "Equal"
77+
value: "on-demand"
78+
effect: "NoSchedule"
79+
nodeSelector:
80+
role: "on-demand"
7381
meshConfig:
7482
trustDomain: "cluster.local"
7583
accessLogFile: "/dev/stdout"

0 commit comments

Comments
 (0)