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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue