Skip to content

Commit

Permalink
fix(helm): changed default values
Browse files Browse the repository at this point in the history
  • Loading branch information
idan-starkware committed Jul 17, 2024
1 parent 1dc1db8 commit b4cb458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node:
concurrentFgRequests: 50

# Ethereum node URL. A value for this variable is mandatory.
base_layer_node_url: https://base_url.example.com
base_layer_node_url:

starknet:
# possible values: "mainnet.json, sepolia_testnet" and "sepolia_integration".
Expand Down Expand Up @@ -93,7 +93,7 @@ service:
# Persistent volume claim variables for a papyrus pod.
pvc:
# Recommended size is at least 512Gi.
size: 1Gi
size: 512Gi
# Is is recommended to use an SSD volume (such as GKE premium-rwo).
storageClass: ""
# Use an existing snapshot for the node's data. The kubernetes volumesnapshot object should
Expand Down

0 comments on commit b4cb458

Please sign in to comment.