mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
Split toleration, nodeSelector and affinity from main pods and jobs (#13247)
This commit is contained in:
@@ -269,6 +269,9 @@ makeUserJob:
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
## List of buckets to be created after minio install
|
||||
##
|
||||
@@ -300,6 +303,9 @@ makeBucketJob:
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
## Use this field to add environment variables relevant to MinIO server. These fields will be passed on to MinIO container(s)
|
||||
## when Chart is deployed
|
||||
|
||||
Reference in New Issue
Block a user