@@ -43,12 +43,13 @@ affinity:
4343 requiredDuringSchedulingIgnoredDuringExecution :
4444 nodeSelectorTerms :
4545 - matchExpressions :
46- - key : purpose
46+ - key : gitpod.io/workload_services
4747 operator : In
4848 values :
49- - services
49+ - " true "
5050
5151db :
52+ enabled : true
5253 host : " {{mysqlHostname}}"
5354 port : " {{mysqlPort}}"
5455 password : " {{mysqlPassword}}"
@@ -131,10 +132,10 @@ rabbitmq:
131132 requiredDuringSchedulingIgnoredDuringExecution :
132133 nodeSelectorTerms :
133134 - matchExpressions :
134- - key : purpose
135+ - key : gitpod.io/workload_services
135136 operator : In
136137 values :
137- - services
138+ - " true "
138139 podAntiAffinity :
139140 preferredDuringSchedulingIgnoredDuringExecution :
140141 - podAffinityTerm :
@@ -188,10 +189,10 @@ components:
188189 requiredDuringSchedulingIgnoredDuringExecution :
189190 nodeSelectorTerms :
190191 - matchExpressions :
191- - key : purpose
192+ - key : gitpod.io/workload_workspaces
192193 operator : In
193194 values :
194- - workspaces
195+ - " true "
195196 server :
196197 defaultFeatureFlags : [] # ["full_workspace_backup"]
197198 imageName : server
@@ -218,9 +219,9 @@ components:
218219
219220 workspace :
220221 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 "
224225 templates :
225226 default :
226227 spec :
@@ -286,10 +287,10 @@ components:
286287 requiredDuringSchedulingIgnoredDuringExecution :
287288 nodeSelectorTerms :
288289 - matchExpressions :
289- - key : purpose
290+ - key : gitpod.io/workload_workspaces
290291 operator : In
291292 values :
292- - workspaces
293+ - " true "
293294
294295 contentService :
295296 name : content-service
@@ -335,10 +336,10 @@ components:
335336 requiredDuringSchedulingIgnoredDuringExecution :
336337 nodeSelectorTerms :
337338 - matchExpressions :
338- - key : purpose
339+ - key : gitpod.io/workload_services
339340 operator : In
340341 values :
341- - services
342+ - " true "
342343 podAntiAffinity :
343344 preferredDuringSchedulingIgnoredDuringExecution :
344345 - podAffinityTerm :
@@ -348,7 +349,7 @@ components:
348349 operator : In
349350 values :
350351 - ws-proxy
351- topologyKey : services
352+ topologyKey : " kubernetes.io/hostname "
352353 weight : 100
353354
354355# configure default log level
0 commit comments