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";
|
||||
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -87,7 +87,6 @@
|
|||
|
||||
lab = {
|
||||
longhorn.persistentVolume = {
|
||||
atuin-db.storage = "300Mi";
|
||||
kitchenowl.storage = "100Mi";
|
||||
paperless-data.storage = "10Gi";
|
||||
paperless-redisdata.storage = "20Mi";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue