mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 04:47:09 +07:00
Add redis and postgresql for authelia
This commit is contained in:
parent
8f4088dadb
commit
06745a3d7a
@ -1,7 +1,14 @@
|
||||
apiVersion: v2
|
||||
name: authelia
|
||||
version: 0.5.6
|
||||
# dependencies:
|
||||
# - name: authelia
|
||||
# version: 0.5.6
|
||||
# repository: https://charts.authelia.com
|
||||
dependencies:
|
||||
- name: authelia
|
||||
version: 0.5.6
|
||||
repository: https://charts.authelia.com
|
||||
# TODO use bundled redis and postgresql when available
|
||||
- name: redis
|
||||
version: 15.3.0
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
- name: postgresql
|
||||
version: 10.9.4
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
|
Loading…
Reference in New Issue
Block a user