Add test deployment of immich
This commit is contained in:
parent
26aae8c4c3
commit
588488fdf7
3 changed files with 24 additions and 3 deletions
|
@ -57,6 +57,16 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
immich = {
|
||||
chart = nixhelm.chartsDerivations.${system}.immich.immich;
|
||||
includeCRDs = true;
|
||||
values = {
|
||||
immich.persistence.library.existingClaim = "immich-test";
|
||||
redis.enabled = true;
|
||||
postgresql.enabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
resources.nodes =
|
||||
|
@ -69,5 +79,15 @@
|
|||
})
|
||||
machinesWithKubernetesLabels;
|
||||
};
|
||||
|
||||
lab.ingresses.immich-test = {
|
||||
host = "immich.kun.is";
|
||||
entrypoint = "localsecure";
|
||||
|
||||
service = {
|
||||
name = "immich-server";
|
||||
portName = "http";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
bazarr.storage = "25Mi";
|
||||
attic.storage = "15Gi";
|
||||
attic-db.storage = "150Mi";
|
||||
immich-test.storage = "10Gi";
|
||||
};
|
||||
|
||||
nfsVolumes = {
|
||||
|
|
Reference in a new issue