1.1 KiB
1.1 KiB
layout | title | parent | nav_order |
---|---|---|---|
default | Deployment - Kubernetes | Deployment | 3 |
Deployment on Kubernetes
UNDER CONSTRUCTION
The following areas are actively being worked on for Kubernetes:
- Detailed Documentaiton
- Helm Chart (v3)
- Kustomize Deployment
- Manifest Examples
Users are welcome to reach out directly by using any of our various contact options.
FAQ
RAM usage
If using file-based authentication, the argon2id provider will by default use 1GB of RAM for password generation. This means you should allow for at least this amount in your deployment/daemonset spec and have this much available on your node, alternatively you can tweak the providers settings. Otherwise, your Authelia may OOM during login. See here for more info.