Skip to content

Commit

Permalink
define minio request memory or else it defaults to 16G
Browse files Browse the repository at this point in the history
Signed-off-by: Sunny Yip <sunny@kusari.dev>
  • Loading branch information
sunnyyip committed Apr 26, 2024
1 parent 5b785d4 commit a556d10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/guac/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,9 @@ minio:
persistence:
enabled: false
mode: standalone
resources: {}
# requests:
# memory: 500Mi
resources:
requests:
memory: 300Mi
rootUser: "rootUser"
rootPassword: "rootPassword"
buckets:
Expand Down

0 comments on commit a556d10

Please sign in to comment.