Split toleration, nodeSelector and affinity from main pods and jobs (#13247)

This commit is contained in:
Goncharov Sergey
2021-09-18 21:09:09 +03:00
committed by GitHub
parent a244753f47
commit d3564a4b09
7 changed files with 22 additions and 8 deletions
+6
View File
@@ -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