Skip to content

Commit

Permalink
Helm: increase operator tmp volume size (dapr#8018)
Browse files Browse the repository at this point in the history
Increases the operator `/tmp` `Memory` volume size from an unreasonable 2Mi to a
more practical 64Mi. Memory if cheap, and this should be more than
enough while staying practical.

Signed-off-by: joshvanl <[email protected]>
  • Loading branch information
JoshVanL authored Aug 28, 2024
1 parent 5d05f3b commit 4aae627
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ spec:
volumes:
- name: dapr-operator-tmp
emptyDir:
sizeLimit: 2Mi
sizeLimit: 64Mi
medium: Memory
- name: dapr-trust-bundle
configMap:
Expand Down

0 comments on commit 4aae627

Please sign in to comment.