implement redis key ttl
All checks were successful
Build and Publish / check-chart (push) Successful in 12s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Successful in 3m52s

This commit is contained in:
2025-04-03 15:51:52 -04:00
parent 15dd74d6ab
commit 21a4165489
4 changed files with 25 additions and 2 deletions

View File

@ -121,6 +121,10 @@
"default": "127.0.0.1",
"type": "string"
},
"redisKeyTTL": {
"default": "24h",
"type": "string"
},
"redisPassword": {
"type": "string"
},