Backup immich
This commit is contained in:
parent
32f147eb6c
commit
3b2a8e04fc
1 changed files with 12 additions and 0 deletions
|
@ -65,6 +65,18 @@
|
|||
deploymentName = "database";
|
||||
deploymentNamespace = "paperless";
|
||||
};
|
||||
|
||||
immich = {
|
||||
paths = ["/mnt/longhorn/persistent/volumes/immich"];
|
||||
deploymentName = "immich";
|
||||
deploymentNamespace = "immich";
|
||||
};
|
||||
|
||||
immich-db = {
|
||||
paths = ["/mnt/longhorn/persistent/volumes/immich-db"];
|
||||
deploymentName = "database";
|
||||
deploymentNamespace = "immich";
|
||||
};
|
||||
};
|
||||
|
||||
deployment = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue