Move mealie off longhorn
This commit is contained in:
parent
a0036d2501
commit
a0cca7f78b
2 changed files with 6 additions and 7 deletions
|
@ -88,7 +88,6 @@
|
||||||
longhorn.persistentVolume = {
|
longhorn.persistentVolume = {
|
||||||
authentik-db.storage = "10Gi";
|
authentik-db.storage = "10Gi";
|
||||||
authentik-redis.storage = "5Gi";
|
authentik-redis.storage = "5Gi";
|
||||||
mealie.storage = "3Gi";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
tailscaleIngresses.tailscale-longhorn = {
|
tailscaleIngresses.tailscale-longhorn = {
|
||||||
|
|
|
@ -24,6 +24,8 @@
|
||||||
metadata.labels.app = "mealie";
|
metadata.labels.app = "mealie";
|
||||||
|
|
||||||
spec = {
|
spec = {
|
||||||
|
nodeName = "atlas";
|
||||||
|
|
||||||
containers.mealie = {
|
containers.mealie = {
|
||||||
image = utils.mkNixNGImage "mealie";
|
image = utils.mkNixNGImage "mealie";
|
||||||
ports.web.containerPort = 8000;
|
ports.web.containerPort = 8000;
|
||||||
|
@ -42,7 +44,10 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
volumes.mealie.persistentVolumeClaim.claimName = "mealie";
|
volumes.mealie.hostPath = {
|
||||||
|
path = "/mnt/longhorn/persistent/volumes/mealie";
|
||||||
|
type = "Directory";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -66,11 +71,6 @@
|
||||||
portName = "web";
|
portName = "web";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
longhorn.persistentVolumeClaim.mealie = {
|
|
||||||
volumeName = "mealie";
|
|
||||||
storage = "3Gi";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue