Skip to content

Commit 5addffe

Browse files
author
Diego Luisi
committed
⚡ Change Bucket and Role name
1 parent f381ce1 commit 5addffe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apps/istio-ingress/base/kustomization.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ helmCharts:
1414
name: istio-ingressgateway
1515
defaults:
1616
imagePullPolicy: IfNotPresent
17-
tolerations:
18-
- key: "role"
19-
operator: "Equal"
20-
value: "public"
21-
effect: "NoSchedule"
22-
nodeSelector:
23-
role: "public"
17+
# tolerations:
18+
# - key: "role"
19+
# operator: "Equal"
20+
# value: "public"
21+
# effect: "NoSchedule"
22+
# nodeSelector:
23+
# role: "public"
2424
# service:
2525
# loadBalancerSourceRanges: "0.0.0.0/0"
2626
labels:

0 commit comments

Comments
 (0)