Skip to content

Commit cefd6f2

Browse files
committed
fix topology limits
1 parent 7c063ca commit cefd6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/utils/service-deployment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export class ServiceDeployment {
193193
topologySpreadConstraints.push({
194194
maxSkew: 1,
195195
topologyKey: 'kubernetes.io/hostname',
196-
whenUnsatisfiable: 'DoNotSchedule',
196+
whenUnsatisfiable: 'ScheduleAnyway',
197197
labelSelector: {
198198
matchLabels: {
199199
app: this.name,

0 commit comments

Comments
 (0)