feat(chalice): add JWT expiration configuration

Add JWT_EXPIRATION environment variable to the chalice helm chart with
default value set to 86400 s (24 hours).
This commit is contained in:
rjshrjndrn 2025-03-13 17:00:23 +01:00
parent 0333c56d52
commit 14d0a77a73

View file

@ -109,6 +109,7 @@ env:
assist_secret: ''
iceServers: ''
LOGLEVEL: INFO
JWT_EXPIRATION: "86400"
nodeSelector: {}