fix topology limits

This commit is contained in:
Dotan Simha 2025-09-16 15:38:20 +03:00
parent 7c063ca1b0
commit cefd6f24db
No known key found for this signature in database
GPG key ID: 1283E9C43706BAD0

View file

@ -193,7 +193,7 @@ export class ServiceDeployment {
topologySpreadConstraints.push({
maxSkew: 1,
topologyKey: 'kubernetes.io/hostname',
whenUnsatisfiable: 'DoNotSchedule',
whenUnsatisfiable: 'ScheduleAnyway',
labelSelector: {
matchLabels: {
app: this.name,