Add test deployment of immich

This commit is contained in:
Pim Kunis 2024-06-05 21:22:17 +02:00
parent 26aae8c4c3
commit 588488fdf7
3 changed files with 24 additions and 3 deletions

View file

@ -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";
};
};
};
}

View file

@ -25,6 +25,7 @@
bazarr.storage = "25Mi";
attic.storage = "15Gi";
attic-db.storage = "150Mi";
immich-test.storage = "10Gi";
};
nfsVolumes = {