Move atuin off longhorn

This commit is contained in:
Pim Kunis 2025-05-26 21:38:27 +02:00
parent c8fe2202a8
commit 745c52dfbb
2 changed files with 6 additions and 7 deletions

View file

@ -30,7 +30,12 @@
metadata.labels.app = "atuin";
spec = {
volumes.database.persistentVolumeClaim.claimName = "database";
nodeName = "jefke";
volumes.database.hostPath = {
path = "/mnt/longhorn/persistent/volumes/atuin-db";
type = "Directory";
};
containers = {
atuin = {
@ -88,11 +93,6 @@
portName = "web";
};
};
longhorn.persistentVolumeClaim.database = {
volumeName = "atuin-db";
storage = "300Mi";
};
};
};
}

View file

@ -87,7 +87,6 @@
lab = {
longhorn.persistentVolume = {
atuin-db.storage = "300Mi";
kitchenowl.storage = "100Mi";
paperless-data.storage = "10Gi";
paperless-redisdata.storage = "20Mi";