Skip to content

Commit

Permalink
Increase Minio memory limit for cluster installation (#1301)
Browse files Browse the repository at this point in the history
(cherry picked from commit 80d7bc7)
  • Loading branch information
pkosiec authored and crabtree committed Oct 17, 2018
1 parent cebdd07 commit 4d1c45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installation/resources/installer-config-cluster.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ data:
sidecar-injector.includeIPRanges: "10.244.0.0/16,10.240.0.0/16"
minio.accessKey: "admin"
minio.secretKey: "topSecretKey"
minio.resources.limits.memory: 128Mi
acceptanceTest.remoteEnvironment.disabled: "true"
mixer.resources.limits.memory: 1Gi
security.enabled: "true"
Expand Down

0 comments on commit 4d1c45f

Please sign in to comment.