66 repository : ghcr.io/hashgraph/hedera-json-rpc-relay
77 pullPolicy : Always
88 # Overrides the image tag whose default is the chart appVersion.
9- tag : " "
9+ tag : ' '
1010
1111imagePullSecrets : []
12- nameOverride : " "
13- fullnameOverride : " "
12+ nameOverride : ' '
13+ fullnameOverride : ' '
1414
1515serviceAccount :
1616 # Specifies whether a service account should be created
@@ -19,14 +19,16 @@ serviceAccount:
1919 annotations : {}
2020 # The name of the service account to use.
2121 # If not set and create is true, a name is generated using the fullname template
22- name : " "
22+ name : ' '
2323
2424podAnnotations : {}
2525
26- podSecurityContext : {}
26+ podSecurityContext :
27+ {}
2728 # fsGroup: 2000
2829
29- securityContext : {}
30+ securityContext :
31+ {}
3032 # capabilities:
3133 # drop:
3234 # - ALL
@@ -42,8 +44,9 @@ service:
4244
4345ingress :
4446 enabled : false
45- className : " "
46- annotations : {}
47+ className : ' '
48+ annotations :
49+ {}
4750 # kubernetes.io/ingress.class: nginx
4851 # kubernetes.io/tls-acme: "true"
4952 hosts :
@@ -56,7 +59,8 @@ ingress:
5659 # hosts:
5760 # - chart-example.local
5861
59- resources : {}
62+ resources :
63+ {}
6064 # It's recommended not to specify default resources and to leave this as a choice for the user.
6165 # This also increases chances charts run on environments with little resources, such as Minikube.
6266 # If you do want to specify resources, uncomment use the following
8791
8892config :
8993 # This value should be in decimal, not hexadecimal format.
90- CHAIN_ID : " "
91- MIRROR_NODE_URL : " "
92- LOG_LEVEL : " "
94+ CHAIN_ID : ' '
95+ MIRROR_NODE_URL : ' '
96+ LOG_LEVEL : ' '
9397 # Use config.local.HEDERA_NETWORK when running against a locally hosted hedera network
9498 # local:
9599 # config.local.HEDERA_NETWORK should configured as a json set - {"$IPv4_ADDR_1:$PORT_1":"$ACCOUNT_ID_1","$IPv4_ADDR_2:$PORT_2":"$ACCOUNT_ID_2"}
@@ -98,10 +102,10 @@ config:
98102 # Use config.hosted.HEDERA_NETWORK when running against a hosted Hedera network. Valid options are `previewnet`, `testnet`, and `mainnet`
99103 # hosted:
100104 # HEDERA_NETWORK: ""
101- OPERATOR_ID_MAIN : " "
102- OPERATOR_KEY_MAIN : " "
103- OPERATOR_ID_ETH_SENDRAWTRANSACTION : " "
104- OPERATOR_KEY_ETH_SENDRAWTRANSACTION : " "
105+ OPERATOR_ID_MAIN : ' '
106+ OPERATOR_KEY_MAIN : ' '
107+ OPERATOR_ID_ETH_SENDRAWTRANSACTION : ' '
108+ OPERATOR_KEY_ETH_SENDRAWTRANSACTION : ' '
105109 DEFAULT_RATE_LIMIT : 200
106110 TIER_1_RATE_LIMIT : 100
107111 TIER_2_RATE_LIMIT : 200
@@ -113,9 +117,11 @@ config:
113117 RATE_LIMIT_DISABLED : false
114118 DEV_MODE : false
115119 GAS_PRICE_TINY_BAR_BUFFER : 10000000000
120+ MIRROR_NODE_RETRIES : 3
121+ MIRROR_NODE_RETRY_DELAY : 500
122+ MIRROR_NODE_LIMIT_PARAM : 100
116123
117124# Enable rolling_restarts if SDK calls fail this is usually due to stale connections that get cycled on restart
118125rolling_restart :
119126 enabled : false
120- schedule : " @daily"
121-
127+ schedule : ' @daily'
0 commit comments