mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add persistence configuration to Authelia values.yaml
This commit is contained in:
@@ -50,3 +50,10 @@ ingress:
|
|||||||
matchOverride: Host(`${AUTHELIA_DOMAIN}`)
|
matchOverride: Host(`${AUTHELIA_DOMAIN}`)
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- "websecure"
|
- "websecure"
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
enabled: true
|
||||||
|
storageClass: retain-local-path
|
||||||
|
size: 1Gi
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
Reference in New Issue
Block a user