feat(helm): split storageSize into data and log storage parameters (#1018)

This commit is contained in:
LemonDouble
2025-12-06 15:01:49 +09:00
committed by GitHub
parent 0d0edc22be
commit 6ca8945ca7
5 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -147,6 +147,7 @@ affinity: {}
storageclass:
name: local-path
size: 256Mi
dataStorageSize: 256Mi
logStorageSize: 256Mi
extraManifests: []