File tree Expand file tree Collapse file tree 9 files changed +67
-76
lines changed Expand file tree Collapse file tree 9 files changed +67
-76
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,3 @@ helmCharts:
1111 fullnameOverride : argo-rollouts
1212 dashboard :
1313 enabled : true
14- affinity :
15- nodeAffinity :
16- requiredDuringSchedulingIgnoredDuringExecution :
17- nodeSelectorTerms :
18- - matchExpressions :
19- - key : role
20- operator : In
21- values :
22- - spot
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ helmCharts:
1212 repo : https://runatlantis.github.io/helm-charts
1313 valuesInline :
1414 nameOverride : atlantis
15- tolerations :
16- - key : " role"
17- operator : " Equal"
18- value : " on-demand"
19- effect : " NoSchedule"
20- nodeSelector :
21- role : " on-demand"
15+ # tolerations:
16+ # - key: "role"
17+ # operator: "Equal"
18+ # value: "on-demand"
19+ # effect: "NoSchedule"
20+ # nodeSelector:
21+ # role: "on-demand"
2222 atlantisUrl : https://atlantis.devxp-tech.io
2323 orgAllowlist : github.com/devxp-tech/*
2424 github :
Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ helmCharts:
9292 requests :
9393 cpu : 10m
9494 memory : 84Mi
95- tolerations :
96- - key : " role"
97- operator : " Equal"
98- value : " on-demand"
99- effect : " NoSchedule"
100- nodeSelector :
101- role : " on-demand"
95+ # tolerations:
96+ # - key: "role"
97+ # operator: "Equal"
98+ # value: "on-demand"
99+ # effect: "NoSchedule"
100+ # nodeSelector:
101+ # role: "on-demand"
102102
103103 # - name: devxp-infra
104104 # releaseName: devxp-infra
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ helmCharts:
1515 # annotations:
1616 # "eks.amazonaws.com/role-arn": "arn:aws:iam::xxxx:role/monitoring-eks-grafana-role"
1717 # automountServiceAccountToken: true
18- tolerations :
19- - key : " role"
20- operator : " Equal"
21- value : " on-demand"
22- effect : " NoSchedule"
23- nodeSelector :
24- role : " on-demand"
18+ # tolerations:
19+ # - key: "role"
20+ # operator: "Equal"
21+ # value: "on-demand"
22+ # effect: "NoSchedule"
23+ # nodeSelector:
24+ # role: "on-demand"
2525 persistence :
2626 enabled : true
2727 existingClaim : grafana
Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ helmCharts:
7171 limits :
7272 cpu : 500m
7373 memory : 2Gi
74- tolerations :
75- - key : " role"
76- operator : " Equal"
77- value : " on-demand"
78- effect : " NoSchedule"
79- nodeSelector :
80- role : " on-demand"
74+ # tolerations:
75+ # - key: "role"
76+ # operator: "Equal"
77+ # value: "on-demand"
78+ # effect: "NoSchedule"
79+ # nodeSelector:
80+ # role: "on-demand"
8181 meshConfig :
8282 trustDomain : " cluster.local"
8383 accessLogFile : " /dev/stdout"
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ spec:
1919 memory.available : 5%
2020 nodefs.available : 10%
2121 nodefs.inodesFree : 10%
22- taints :
23- - key : role
24- value : on-demand
25- effect : NoSchedule
22+ # taints:
23+ # - key: role
24+ # value: on-demand
25+ # effect: NoSchedule
2626 nodeClassRef :
2727 name : default
2828 requirements :
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ helmCharts:
4949 kubecostToken : " MzEyMTg5Mzk3QHFxLmNvbQ==xm343yadf98" # aGVsbUBrdWJlY29zdC5jb20=xm343yadf98
5050 persistentVolume :
5151 storageClass : gp2
52- tolerations :
53- - key : " role"
54- operator : " Equal"
55- value : " on-demand"
56- effect : " NoSchedule"
57- nodeSelector :
58- role : " on-demand"
52+ # tolerations:
53+ # - key: "role"
54+ # operator: "Equal"
55+ # value: "on-demand"
56+ # effect: "NoSchedule"
57+ # nodeSelector:
58+ # role: "on-demand"
5959 prometheusRule :
6060 enabled : true
6161 oidc :
@@ -72,13 +72,13 @@ helmCharts:
7272 # Kubecost Cluster Controller for Right Sizing and Cluster Turndown
7373 clusterController :
7474 enabled : true
75- tolerations :
76- - key : " role"
77- operator : " Equal"
78- value : " on-demand"
79- effect : " NoSchedule"
80- nodeSelector :
81- role : " on-demand"
75+ # tolerations:
76+ # - key: "role"
77+ # operator: "Equal"
78+ # value: "on-demand"
79+ # effect: "NoSchedule"
80+ # nodeSelector:
81+ # role: "on-demand"
8282 actionConfigs :
8383 # this configures the Kubecost Namespace Turndown action
8484 # for more details, see documentation at https://docs.kubecost.com/using-kubecost/navigating-the-kubecost-ui/savings/savings-actions#namespace-turndown
@@ -116,10 +116,10 @@ helmCharts:
116116 limits :
117117 cpu : 500m
118118 memory : 1Gi
119- tolerations :
120- - key : " role"
121- operator : " Equal"
122- value : " on-demand"
123- effect : " NoSchedule"
124- nodeSelector :
125- role : " on-demand"
119+ # tolerations:
120+ # - key: "role"
121+ # operator: "Equal"
122+ # value: "on-demand"
123+ # effect: "NoSchedule"
124+ # nodeSelector:
125+ # role: "on-demand"
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ helmCharts:
4646 maxUnavailable : 2
4747 zoneAwareReplication :
4848 enabled : false
49- tolerations :
50- - key : " role"
51- operator : " Equal"
52- value : " on-demand"
53- effect : " NoSchedule"
54- nodeSelector :
55- role : " on-demand"
49+ # tolerations:
50+ # - key: "role"
51+ # operator: "Equal"
52+ # value: "on-demand"
53+ # effect: "NoSchedule"
54+ # nodeSelector:
55+ # role: "on-demand"
5656 extraEnv :
5757 - name : JAEGER_AGENT_HOST
5858 value : otel-collector.observability.svc.cluster.local
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ helmCharts:
1414 annotations :
1515 " eks.amazonaws.com/role-arn " : " arn:aws:iam::239468932737:role/tempo-lgseksd1-sa"
1616 automountServiceAccountToken : true
17- tolerations :
18- - key : " role"
19- operator : " Equal"
20- value : " on-demand"
21- effect : " NoSchedule"
22- nodeSelector :
23- role : " on-demand"
17+ # tolerations:
18+ # - key: "role"
19+ # operator: "Equal"
20+ # value: "on-demand"
21+ # effect: "NoSchedule"
22+ # nodeSelector:
23+ # role: "on-demand"
2424 serviceMonitor :
2525 enabled : true
2626 tempo :
You can’t perform that action at this time.
0 commit comments