Skip to content

Commit

Permalink
Fix: Add default values
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilexWong committed Sep 25, 2024
1 parent d150d49 commit 37643ca
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions charts/juno-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 37643ca

Please sign in to comment.