mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
fix topology limits
This commit is contained in:
parent
7c063ca1b0
commit
cefd6f24db
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ export class ServiceDeployment {
|
|||
topologySpreadConstraints.push({
|
||||
maxSkew: 1,
|
||||
topologyKey: 'kubernetes.io/hostname',
|
||||
whenUnsatisfiable: 'DoNotSchedule',
|
||||
whenUnsatisfiable: 'ScheduleAnyway',
|
||||
labelSelector: {
|
||||
matchLabels: {
|
||||
app: this.name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue