Move kitchenowl off longhorn
This commit is contained in:
parent
f5cff1bbb3
commit
2ec36784dd
2 changed files with 6 additions and 7 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue