From f3b170ef39f46dae8048cd21b6c0b76a0d2ee9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9C=84=E7=A3=8A?= Date: Thu, 13 Jun 2024 16:56:38 +0800 Subject: [PATCH] increase persistence size --- charts/graphscope-interactive/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/graphscope-interactive/values.yaml b/charts/graphscope-interactive/values.yaml index eb1d4da5aa16..389537943a5e 100644 --- a/charts/graphscope-interactive/values.yaml +++ b/charts/graphscope-interactive/values.yaml @@ -502,7 +502,7 @@ secondary: - ReadWriteOnce # read and write by a single node. ## Persistent Volume size ## - size: 8Gi + size: 200Gi ## selector can be used to match an existing PersistentVolume ## selector: ## matchLabels: