From c95e073a8a5c8d974b1c83dc79766020cc376d6e Mon Sep 17 00:00:00 2001 From: Chao Zhang Date: Mon, 18 Mar 2024 18:57:22 +0100 Subject: [PATCH] Bump pvc value due to increased snapshot size --- charts/tezos/templates/octez-rollup-node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tezos/templates/octez-rollup-node.yaml b/charts/tezos/templates/octez-rollup-node.yaml index 72f704c..16629fd 100644 --- a/charts/tezos/templates/octez-rollup-node.yaml +++ b/charts/tezos/templates/octez-rollup-node.yaml @@ -193,7 +193,7 @@ spec: - ReadWriteOnce resources: requests: - storage: "15Gi" + storage: "50Gi" --- {{- if $v.ingress | default false }} {{- if $v.ingress.enabled | default false }}