Vacate jefke

This commit is contained in:
Pim Kunis 2025-07-03 23:04:23 +02:00
parent e95bb2a18a
commit 03809235cf
10 changed files with 15 additions and 15 deletions

View file

@ -33,7 +33,7 @@
};
spec = {
nodeName = "jefke";
nodeName = "atlas";
containers.attic = {
image = utils.mkNixNGImage "attic";
@ -89,7 +89,7 @@
};
spec = {
nodeName = "jefke";
nodeName = "atlas";
containers.postgres = {
image = globals.images.postgres15;

View file

@ -22,7 +22,7 @@
metadata.labels.app = "atuin";
spec = {
nodeName = "jefke";
nodeName = "atlas";
volumes.database.hostPath = {
path = "/mnt/longhorn/persistent/volumes/atuin-db";

View file

@ -21,7 +21,7 @@
# This disables services from becoming environmental variables
# to prevent SSH_PORT clashing with Forgejo config.
enableServiceLinks = false;
nodeName = "jefke";
nodeName = "atlas";
containers.forgejo = {
image = globals.images.forgejo;

View file

@ -34,7 +34,7 @@
};
spec = {
nodeName = "jefke";
nodeName = "atlas";
containers.hedgedoc = {
image = globals.images.hedgedoc;
@ -116,7 +116,7 @@
};
spec = {
nodeName = "jefke";
nodeName = "atlas";
containers.postgres = {
image = globals.images.postgres15;

View file

@ -26,7 +26,7 @@
};
spec = {
nodeName = "jefke";
nodeName = "atlas";
volumes.data.hostPath = {
path = "/mnt/longhorn/persistent/volumes/immich";
@ -141,7 +141,7 @@
};
spec = {
nodeName = "jefke";
nodeName = "atlas";
volumes.data.hostPath = {
path = "/mnt/longhorn/persistent/volumes/immich-db";

View file

@ -19,7 +19,7 @@
metadata.labels.app = "kitchenowl";
spec = {
nodeName = "jefke";
nodeName = "atlas";
volumes.data.hostPath = {
path = "/mnt/longhorn/persistent/volumes/kitchenowl";

View file

@ -16,7 +16,7 @@
metadata.labels.app = "ntfy";
spec = {
nodeName = "jefke";
nodeName = "atlas";
containers.ntfy = {
image = utils.mkNixNGImage "ntfy";

View file

@ -29,7 +29,7 @@
};
spec = {
nodeName = "jefke";
nodeName = "atlas";
volumes.data.hostPath = {
path = "/mnt/longhorn/persistent/volumes/paperless-data";
@ -117,7 +117,7 @@
};
spec = {
nodeName = "jefke";
nodeName = "atlas";
volumes.data.hostPath = {
path = "/mnt/longhorn/persistent/volumes/paperless-redisdata";
@ -160,7 +160,7 @@
};
spec = {
nodeName = "jefke";
nodeName = "atlas";
volumes.data.hostPath = {
path = "/mnt/longhorn/persistent/volumes/paperless-db";

View file

@ -17,7 +17,7 @@
metadata.labels.app = "radicale";
spec = {
nodeName = "jefke";
nodeName = "atlas";
containers.radicale = {
image = utils.mkNixNGImage "radicale";

View file

@ -16,7 +16,7 @@
metadata.labels.app = "syncthing";
spec = {
nodeName = "jefke";
nodeName = "atlas";
containers.syncthing = {
image = globals.images.syncthing;