Skip to content

Commit 5214605

Browse files
authored
Enable REST API response cache by default in chart (#10937)
- enable js rest api response cache by default in hedera-mirror chart Signed-off-by: Xin Li <[email protected]>
1 parent 40ed577 commit 5214605

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/hedera-mirror/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,13 @@ redis:
262262
create: true
263263

264264
rest:
265+
config:
266+
hedera:
267+
mirror:
268+
rest:
269+
cache:
270+
response:
271+
enabled: true
265272
db:
266273
password: "" # Randomly generated if left blank
267274
username: mirror_rest

0 commit comments

Comments
 (0)