Skip to content

Commit 6e6960f

Browse files
authored
helm-chart: remove C size clusters from values file (#31294)
<!-- Describe the contents of the PR briefly but completely. If you write detailed commit messages, it is acceptable to copy/paste them here, or write "see commit messages for details." If there is only one commit in the PR, GitHub will have already added its commit message above. --> ### Motivation Removing the C size clusters from the default cluster sizes map for self-hosted.
1 parent 69312ea commit 6e6960f

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

misc/helm-charts/operator/values.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -168,30 +168,6 @@ operator:
168168
credits_per_hour: "64"
169169
disk_limit: "962560MiB"
170170
memory_limit: "481280MiB"
171-
128C:
172-
workers: 62
173-
scale: 4
174-
cpu_exclusive: true
175-
cpu_limit: 62
176-
credits_per_hour: "128"
177-
disk_limit: "962560MiB"
178-
memory_limit: "481280MiB"
179-
256C:
180-
workers: 62
181-
scale: 8
182-
cpu_exclusive: true
183-
cpu_limit: 62
184-
credits_per_hour: "256"
185-
disk_limit: "962560MiB"
186-
memory_limit: "481280MiB"
187-
512C:
188-
workers: 62
189-
scale: 16
190-
cpu_exclusive: true
191-
cpu_limit: 62
192-
credits_per_hour: "512"
193-
disk_limit: "962560MiB"
194-
memory_limit: "481280MiB"
195171
defaultSizes:
196172
default: 25cc
197173
system: 25cc

0 commit comments

Comments
 (0)