Skip to content

Commit a53a87b

Browse files
Wulf Thimmroboquat
Wulf Thimm
authored andcommitted
replaced nodepool 3 with 0 for prev-envs
1 parent 45e250b commit a53a87b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.werft/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ export async function deployToDev(deploymentConfig: DeploymentConfig, workspaceF
450450
const nodeAffinityValues = [
451451
"values.nodeAffinities_1.yaml",
452452
"values.nodeAffinities_2.yaml",
453-
"values.nodeAffinities_3.yaml",
453+
"values.nodeAffinities_0.yaml",
454454
]
455455

456456
if (k3sWsCluster) {

.werft/values.nodeAffinities_3.yaml renamed to .werft/values.nodeAffinities_0.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ components:
1414
requiredDuringSchedulingIgnoredDuringExecution:
1515
nodeSelectorTerms:
1616
- matchExpressions:
17-
- key: gitpod.io/workspace_3
17+
- key: gitpod.io/workspace_0
1818
operator: Exists
1919

2020
registryFacade:
@@ -23,13 +23,13 @@ components:
2323
requiredDuringSchedulingIgnoredDuringExecution:
2424
nodeSelectorTerms:
2525
- matchExpressions:
26-
- key: gitpod.io/workspace_3
26+
- key: gitpod.io/workspace_0
2727
operator: Exists
2828

2929

3030
workspace:
3131
affinity:
32-
default: gitpod.io/workspace_3
32+
default: gitpod.io/workspace_0
3333

3434
# Sub-Charts
3535

0 commit comments

Comments
 (0)