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 }}