Move kitchenowl off longhorn
This commit is contained in:
parent
f5cff1bbb3
commit
2ec36784dd
2 changed files with 6 additions and 7 deletions
|
@ -87,7 +87,6 @@
|
|||
|
||||
lab = {
|
||||
longhorn.persistentVolume = {
|
||||
kitchenowl.storage = "100Mi";
|
||||
minecraft.storage = "1Gi";
|
||||
authentik-db.storage = "10Gi";
|
||||
authentik-redis.storage = "5Gi";
|
||||
|
|
|
@ -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