@@ -43,12 +43,13 @@ affinity:
43
43
requiredDuringSchedulingIgnoredDuringExecution :
44
44
nodeSelectorTerms :
45
45
- matchExpressions :
46
- - key : purpose
46
+ - key : gitpod.io/workload_services
47
47
operator : In
48
48
values :
49
- - services
49
+ - " true "
50
50
51
51
db :
52
+ enabled : true
52
53
host : " {{mysqlHostname}}"
53
54
port : " {{mysqlPort}}"
54
55
password : " {{mysqlPassword}}"
@@ -131,10 +132,10 @@ rabbitmq:
131
132
requiredDuringSchedulingIgnoredDuringExecution :
132
133
nodeSelectorTerms :
133
134
- matchExpressions :
134
- - key : purpose
135
+ - key : gitpod.io/workload_services
135
136
operator : In
136
137
values :
137
- - services
138
+ - " true "
138
139
podAntiAffinity :
139
140
preferredDuringSchedulingIgnoredDuringExecution :
140
141
- podAffinityTerm :
@@ -188,10 +189,10 @@ components:
188
189
requiredDuringSchedulingIgnoredDuringExecution :
189
190
nodeSelectorTerms :
190
191
- matchExpressions :
191
- - key : purpose
192
+ - key : gitpod.io/workload_workspaces
192
193
operator : In
193
194
values :
194
- - workspaces
195
+ - " true "
195
196
server :
196
197
defaultFeatureFlags : [] # ["full_workspace_backup"]
197
198
imageName : server
@@ -218,9 +219,9 @@ components:
218
219
219
220
workspace :
220
221
affinity :
221
- default : workspaces
222
- supervisor :
223
- imageName : supervisor
222
+ prebuild : " gitpod.io/workload_workspaces "
223
+ probe : " gitpod.io/workload_workspaces "
224
+ default : " gitpod.io/workload_workspaces "
224
225
templates :
225
226
default :
226
227
spec :
@@ -286,10 +287,10 @@ components:
286
287
requiredDuringSchedulingIgnoredDuringExecution :
287
288
nodeSelectorTerms :
288
289
- matchExpressions :
289
- - key : purpose
290
+ - key : gitpod.io/workload_workspaces
290
291
operator : In
291
292
values :
292
- - workspaces
293
+ - " true "
293
294
294
295
contentService :
295
296
name : content-service
@@ -335,10 +336,10 @@ components:
335
336
requiredDuringSchedulingIgnoredDuringExecution :
336
337
nodeSelectorTerms :
337
338
- matchExpressions :
338
- - key : purpose
339
+ - key : gitpod.io/workload_services
339
340
operator : In
340
341
values :
341
- - services
342
+ - " true "
342
343
podAntiAffinity :
343
344
preferredDuringSchedulingIgnoredDuringExecution :
344
345
- podAffinityTerm :
@@ -348,7 +349,7 @@ components:
348
349
operator : In
349
350
values :
350
351
- ws-proxy
351
- topologyKey : services
352
+ topologyKey : " kubernetes.io/hostname "
352
353
weight : 100
353
354
354
355
# configure default log level
0 commit comments