mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-25 05:26:50 +00:00
feat(helm): add topology spread constraints configuration to StatefulSet (#3187)
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -302,6 +302,16 @@ affinity:
|
||||
topologyKey: kubernetes.io/hostname
|
||||
nodeAffinity: {}
|
||||
|
||||
topologySpreadConstraints:
|
||||
enabled: false
|
||||
constraints: []
|
||||
# - maxSkew: 1
|
||||
# topologyKey: topology.kubernetes.io/zone
|
||||
# whenUnsatisfiable: ScheduleAnyway
|
||||
# labelSelector:
|
||||
# matchLabels:
|
||||
# app.kubernetes.io/name: rustfs
|
||||
|
||||
storageclass:
|
||||
name: local-path
|
||||
dataStorageSize: 256Mi
|
||||
|
||||
Reference in New Issue
Block a user