Add support for helm chart.

This commit is contained in:
Trung Minh Lai 2025-10-19 13:08:09 +07:00 committed by laiminhtrung1997
parent 98bd4a5b9e
commit 02006f4c54
1 changed files with 17 additions and 0 deletions

View File

@ -4055,6 +4055,23 @@ spec:
type: string
type: object
type: array
topologySpreadConstraints:
type: array
nullable: true
items:
type: object
properties:
maxskew:
type: integer
format: int32
minimum: 1
topologyKey:
type: string
whenUnsatisfiable:
type: string
enum:
- DoNotSchedule
- ScheduleAnyway
useLoadBalancer:
description: |-
deprecated load balancer settings maintained for backward compatibility