Move atuin off longhorn
This commit is contained in:
parent
c8fe2202a8
commit
745c52dfbb
2 changed files with 6 additions and 7 deletions
|
@ -30,7 +30,12 @@
|
||||||
metadata.labels.app = "atuin";
|
metadata.labels.app = "atuin";
|
||||||
|
|
||||||
spec = {
|
spec = {
|
||||||
volumes.database.persistentVolumeClaim.claimName = "database";
|
nodeName = "jefke";
|
||||||
|
|
||||||
|
volumes.database.hostPath = {
|
||||||
|
path = "/mnt/longhorn/persistent/volumes/atuin-db";
|
||||||
|
type = "Directory";
|
||||||
|
};
|
||||||
|
|
||||||
containers = {
|
containers = {
|
||||||
atuin = {
|
atuin = {
|
||||||
|
@ -88,11 +93,6 @@
|
||||||
portName = "web";
|
portName = "web";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
longhorn.persistentVolumeClaim.database = {
|
|
||||||
volumeName = "atuin-db";
|
|
||||||
storage = "300Mi";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,7 +87,6 @@
|
||||||
|
|
||||||
lab = {
|
lab = {
|
||||||
longhorn.persistentVolume = {
|
longhorn.persistentVolume = {
|
||||||
atuin-db.storage = "300Mi";
|
|
||||||
kitchenowl.storage = "100Mi";
|
kitchenowl.storage = "100Mi";
|
||||||
paperless-data.storage = "10Gi";
|
paperless-data.storage = "10Gi";
|
||||||
paperless-redisdata.storage = "20Mi";
|
paperless-redisdata.storage = "20Mi";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue