From 8ab7932239bd23d6407b9dfc7a4e8823b48df3d8 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 cfcdec0..81ecc0a 100644 --- a/charts/tezos/templates/octez-rollup-node.yaml +++ b/charts/tezos/templates/octez-rollup-node.yaml @@ -157,7 +157,7 @@ spec: - ReadWriteOnce resources: requests: - storage: "15Gi" + storage: "50Gi" --- {{- if $v.ingress | default false }} {{- if $v.ingress.enabled | default false }}