Skip to content

Commit

Permalink
chore(minecraft-hosted): increase storage allocation and remove mcbac…
Browse files Browse the repository at this point in the history
…kup storage
  • Loading branch information
PrivatePuffin committed Nov 11, 2024
1 parent 9a9f08e commit f12e196
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions clusters/main/kubernetes/apps/minecraft/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ spec:
src:
enabled: true
enabled: true
size: 500Gi
size: 600Gi
targetSelector:
main:
main:
Expand All @@ -215,19 +215,13 @@ spec:
dynmap:
enabled: true
storageClass: ceph-nvme2
size: 250Gi
size: 500Gi
targetSelector:
main:
main:
mountPath: /data/dynmap/web
backups:
enabled: true
storageClass: ceph-nvme2
size: 250Gi
targetSelector:
mcbackup:
mcbackup:
mountPath: /backups
enabled: false
resources:
limits:
cpu: 10000m
Expand Down

0 comments on commit f12e196

Please sign in to comment.