diff --git a/clusters/lab/security/authelia.yaml b/clusters/lab/security/authelia.yaml index b642dbc..43302e0 100644 --- a/clusters/lab/security/authelia.yaml +++ b/clusters/lab/security/authelia.yaml @@ -39,6 +39,15 @@ spec: limits: cpu: 200m memory: 128Mi + extraVolumeMounts: + - name: users-db + mountPath: /config/users_database.yml + subPath: users_database.yml + readOnly: true + extraVolumes: + - name: users-db + secret: + secretName: authelia-users ingress: enabled: true className: traefik