Move kitchenowl off longhorn

This commit is contained in:
Pim Kunis 2025-05-28 22:09:08 +02:00
parent f5cff1bbb3
commit 2ec36784dd
2 changed files with 6 additions and 7 deletions

View file

@ -87,7 +87,6 @@
lab = {
longhorn.persistentVolume = {
kitchenowl.storage = "100Mi";
minecraft.storage = "1Gi";
authentik-db.storage = "10Gi";
authentik-redis.storage = "5Gi";

View file

@ -26,7 +26,12 @@
metadata.labels.app = "kitchenowl";
spec = {
volumes.data.persistentVolumeClaim.claimName = "data";
nodeName = "jefke";
volumes.data.hostPath = {
path = "/mnt/longhorn/persistent/volumes/kitchenowl";
type = "Directory";
};
containers.kitchenowl = {
image = globals.images.kitchenowl;
@ -80,11 +85,6 @@
portName = "web";
};
};
longhorn.persistentVolumeClaim.data = {
volumeName = "kitchenowl";
storage = "100Mi";
};
};
};
}