diff --git a/zot/helm-values.yaml b/zot/helm-values.yaml index ef09f84..6f64a4a 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -117,6 +117,12 @@ configMaps: "auth": { "htpasswd": { "path": "/etc/zot/htpasswd" + }, + "sessionStore": { + "driver": "redis", + "redis": { + "url": "redis://authelia-redis-master.authelia.svc.cluster.local:6379" + } } } },