feat: Increase default disksize (#1030)
Some checks failed
Update / dockerHubDescription (push) Has been cancelled

This commit is contained in:
Kroese
2025-09-28 18:22:44 +02:00
committed by GitHub
parent 2c6efc45f2
commit 138742c953
5 changed files with 12 additions and 35 deletions

View File

@@ -8,7 +8,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 16Gi
storage: 256Gi
---
apiVersion: apps/v1
kind: Deployment
@@ -31,7 +31,7 @@ spec:
image: vdsm/virtual-dsm
env:
- name: DISK_SIZE
value: "16G"
value: "256G"
ports:
- containerPort: 5000
name: http