From 37643ca5321cbc2bd1666191c81a55cf8890e000 Mon Sep 17 00:00:00 2001 From: Philex Date: Wed, 25 Sep 2024 15:54:24 -0700 Subject: [PATCH] Fix: Add default values --- charts/juno-node/values.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/charts/juno-node/values.yaml b/charts/juno-node/values.yaml index c457627e..a4b9217b 100644 --- a/charts/juno-node/values.yaml +++ b/charts/juno-node/values.yaml @@ -221,3 +221,25 @@ env: data: - name: NETWORK value: "juno" + +secret: + data: + refreshInterval: 10m + secretStoreName: juno-store # external store name (ClusterSecretStore), it is used to connect to a secret manager. + secretStoreKind: ClusterSecretStore # external store name + targetName: juno-sepolia-common # name of the k8s secret to be created + targetCreationPolicy: Owner + dataFromKey: secret-store # name of the secret in secret manager (GCP secret manager) + +### Back up juno data and upload to R2 cloud +backupJunoDataJob: + enabled: false + dataSource: "juno-sepolia-pv-ssd-juno-sepolia-0" + backupSchedule: "0 3 * * *" + cleanupSchedule: "0 10 * * *" + network: "sepolia" + storageSize: 250Gi + bucketName: "juno-snapshot" + enableRetention: false + retentionLimit: 10 + junoFreeEndpoint: "https://free-rpc-staging.nethermind.dev"