Skip to content

Commit

Permalink
Merge pull request #45 from mitou/kyasbal-patch-7
Browse files Browse the repository at this point in the history
Mount data emptyDir volume as the local cache of file upload
  • Loading branch information
kyasbal authored May 3, 2024
2 parents 0818c8f + 2c846cc commit ff63fac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/mattermost/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ spec:
mountPath: /mattermost/config/
- name: bleve
mountPath: /mattermost/bleve/
- name: data
mountPath: /mattermost/data/
volumes:
- name: data
emptyDir: {}
Expand Down

0 comments on commit ff63fac

Please sign in to comment.