chore: Adds Immich support.
This commit is contained in:
parent
66fc8bd88e
commit
9979265d4c
11 changed files with 112 additions and 7 deletions
29
kubernetes/storage/longhorn/project.ini
Normal file
29
kubernetes/storage/longhorn/project.ini
Normal file
|
@ -0,0 +1,29 @@
|
|||
[meta]
|
||||
format_ver = 1
|
||||
|
||||
[longhorn_repo]
|
||||
mode = helm
|
||||
|
||||
[#longhorn_repo/helm]
|
||||
mode = add_repo
|
||||
name = longhorn
|
||||
repo = https://charts.longhorn.io
|
||||
|
||||
[longhorn]
|
||||
mode = helm
|
||||
depends_on = longhorn_repo
|
||||
|
||||
[#longhorn/helm]
|
||||
mode = install
|
||||
name = longhorn
|
||||
repo = longhorn/longhorn
|
||||
namespace = longhorn-system
|
||||
create_namespace = true
|
||||
|
||||
[longhorn_storage_class]
|
||||
depends_on = longhorn
|
||||
mode = k3s
|
||||
|
||||
[#longhorn_storage_class/k3s]
|
||||
mode = install
|
||||
yml_path = ./storage-class.yml
|
Reference in a new issue