Vacate jefke
This commit is contained in:
parent
e95bb2a18a
commit
03809235cf
10 changed files with 15 additions and 15 deletions
|
@ -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;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
metadata.labels.app = "atuin";
|
||||
|
||||
spec = {
|
||||
nodeName = "jefke";
|
||||
nodeName = "atlas";
|
||||
|
||||
volumes.database.hostPath = {
|
||||
path = "/mnt/longhorn/persistent/volumes/atuin-db";
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
metadata.labels.app = "kitchenowl";
|
||||
|
||||
spec = {
|
||||
nodeName = "jefke";
|
||||
nodeName = "atlas";
|
||||
|
||||
volumes.data.hostPath = {
|
||||
path = "/mnt/longhorn/persistent/volumes/kitchenowl";
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
metadata.labels.app = "ntfy";
|
||||
|
||||
spec = {
|
||||
nodeName = "jefke";
|
||||
nodeName = "atlas";
|
||||
|
||||
containers.ntfy = {
|
||||
image = utils.mkNixNGImage "ntfy";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
metadata.labels.app = "radicale";
|
||||
|
||||
spec = {
|
||||
nodeName = "jefke";
|
||||
nodeName = "atlas";
|
||||
|
||||
containers.radicale = {
|
||||
image = utils.mkNixNGImage "radicale";
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
metadata.labels.app = "syncthing";
|
||||
|
||||
spec = {
|
||||
nodeName = "jefke";
|
||||
nodeName = "atlas";
|
||||
|
||||
containers.syncthing = {
|
||||
image = globals.images.syncthing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue