Add support for helm chart.

This commit is contained in:
Trung Minh Lai 2025-10-19 13:08:09 +07:00
parent fc8d6cf821
commit a7cc221d63
1 changed files with 17 additions and 0 deletions

View File

@ -584,6 +584,23 @@ spec:
- PreferNoSchedule - PreferNoSchedule
tolerationSeconds: tolerationSeconds:
type: integer type: integer
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: useLoadBalancer:
type: boolean type: boolean
description: deprecated description: deprecated