Skip to content

Commit

Permalink
fix(k8s): Update disk allocation
Browse files Browse the repository at this point in the history
On some operations seems mongo create temp files
which easily exceed available disk space.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Jan 28, 2025
1 parent ae2aec0 commit 485f1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/aks/mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 15Gi
storage: 30Gi
storageClassName: managed-csi-premium
volumeMode: Filesystem
volumeName: pvc-254329bd-3d3c-4601-a3f6-c8733db3aab5
Expand All @@ -76,7 +76,7 @@ spec:
accessModes:
- ReadWriteOnce
capacity:
storage: 15Gi
storage: 30Gi
claimRef:
apiVersion: v1
kind: PersistentVolumeClaim
Expand Down

0 comments on commit 485f1f9

Please sign in to comment.