Skip to content

Commit

Permalink
Add Pod Topology Spread Constraints (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz authored Jun 27, 2023
1 parent ff7a2c7 commit 9562a29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/kustomization/base/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ spec:
- servers: 4
## custom name for the pool
name: pool-0
## Specify one or more Pod Topology Spread Constraints to apply to pods deployed in the MinIO pool.
## https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints
topologySpreadConstraints: [ ]
## volumesPerServer specifies the number of volumes attached per MinIO Tenant Pod / Server.
volumesPerServer: 4
## nodeSelector parameters for MinIO Pods. It specifies a map of key-value pairs. For the pod to be
Expand Down

0 comments on commit 9562a29

Please sign in to comment.