Skip to content

Commit

Permalink
Fixed issue-1176: Reduce resource requests while installing minio (#1893
Browse files Browse the repository at this point in the history
)

- Set resources.requests.memory to 2Gi

Signed-off-by: Pratik Shah <pratik@infracloud.io>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
shahpratikr and mergify[bot] committed Feb 10, 2023
1 parent 0162359 commit 547d836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/minio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ install_minio ()
--set environment.MINIO_SSE_AUTO_ENCRYPTION=on \
--set environment.MINIO_SSE_MASTER_KEY=my-minio-key:feb5bb6c5cf851e21dbc0376ca81012a9edc4ca0ceeb9df5064ccba2991ae9de \
--set accessKey="AKIAIOSFODNN7EXAMPLE",secretKey="wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" \
--set resources.requests.memory=200Mi \
minio/minio --wait --timeout 3m

# export default creds for minio
Expand Down

0 comments on commit 547d836

Please sign in to comment.