Skip to content

Commit

Permalink
Merge pull request #44 from mitou/kyasbal-patch-5
Browse files Browse the repository at this point in the history
Increased ephemeral storage capacity
  • Loading branch information
kyasbal authored May 3, 2024
2 parents 26977c1 + d2ff647 commit 0818c8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/mattermost/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ spec:
limits:
cpu: 500m
memory: 2Gi
ephemeral-storage: 4096Mi
requests:
cpu: 500m
memory: 2Gi
ephemeral-storage: 4096Mi
lifecycle:
postStart:
exec:
Expand Down Expand Up @@ -93,6 +95,8 @@ spec:
- name: bleve
mountPath: /mattermost/bleve/
volumes:
- name: data
emptyDir: {}
- name: config
emptyDir: {}
- name: bleve
Expand Down

0 comments on commit 0818c8f

Please sign in to comment.