Skip to content

Commit

Permalink
feat: mount bleve cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Jan 27, 2024
1 parent 2654c39 commit 0aeb7e8
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 @@ -66,9 +66,14 @@ spec:
volumeMounts:
- name: config
mountPath: /mattermost/config/
- name: bleve-cache
mountPath: /mattermost/bleve/
volumes:
- name: config
emptyDir: {}
- name: secret
secret:
secretName: secret-configs
- name: bleve-cache
persistentVolumeClaim:
claimName: mattermost-bleve-pvc

0 comments on commit 0aeb7e8

Please sign in to comment.