Skip to content

Commit

Permalink
refactor: change to use ephemeral storage
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Apr 22, 2024
1 parent 234f916 commit 37b7463
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kubernetes/mattermost/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,14 @@ spec:
volumeMounts:
- name: config
mountPath: /mattermost/config/
- name: bleve
mountPath: /mattermost/bleve/
volumes:
- name: config
emptyDir: {}
- name: bleve
emptyDir:
sizeLimit: 2Gi
- name: secret
secret:
secretName: secret-configs

0 comments on commit 37b7463

Please sign in to comment.