Replace nodeSelector with nodeName for media stack
This commit is contained in:
parent
aa47c9f27a
commit
1b6c0adf33
1 changed files with 7 additions and 7 deletions
|
@ -44,7 +44,7 @@ in {
|
|||
};
|
||||
|
||||
spec = {
|
||||
nodeSelector."kubernetes.io/hostname" = "lewis";
|
||||
nodeName = "lewis";
|
||||
|
||||
containers.jellyfin = {
|
||||
image = globals.images.jellyfin;
|
||||
|
@ -119,7 +119,7 @@ in {
|
|||
};
|
||||
|
||||
spec = {
|
||||
nodeSelector."kubernetes.io/hostname" = "lewis";
|
||||
nodeName = "lewis";
|
||||
|
||||
containers.deluge = {
|
||||
image = utils.mkNixNGImage "deluge";
|
||||
|
@ -188,7 +188,7 @@ in {
|
|||
};
|
||||
|
||||
spec = {
|
||||
nodeSelector."kubernetes.io/hostname" = "lewis";
|
||||
nodeName = "lewis";
|
||||
|
||||
volumes.config.hostPath = {
|
||||
path = "/mnt/longhorn/persistent/volumes/jellyseerr";
|
||||
|
@ -240,7 +240,7 @@ in {
|
|||
};
|
||||
|
||||
spec = {
|
||||
nodeSelector."kubernetes.io/hostname" = "lewis";
|
||||
nodeName = "lewis";
|
||||
|
||||
containers.radarr = {
|
||||
image = utils.mkNixNGImage "radarr";
|
||||
|
@ -304,7 +304,7 @@ in {
|
|||
};
|
||||
|
||||
spec = {
|
||||
nodeSelector."kubernetes.io/hostname" = "lewis";
|
||||
nodeName = "lewis";
|
||||
|
||||
volumes.config.hostPath = {
|
||||
path = "/mnt/longhorn/persistent/volumes/prowlarr";
|
||||
|
@ -357,7 +357,7 @@ in {
|
|||
};
|
||||
|
||||
spec = {
|
||||
nodeSelector."kubernetes.io/hostname" = "lewis";
|
||||
nodeName = "lewis";
|
||||
|
||||
containers.sonarr = {
|
||||
image = utils.mkNixNGImage "sonarr";
|
||||
|
@ -421,7 +421,7 @@ in {
|
|||
};
|
||||
|
||||
spec = {
|
||||
nodeSelector."kubernetes.io/hostname" = "lewis";
|
||||
nodeName = "lewis";
|
||||
|
||||
containers.bazarr = {
|
||||
image = utils.mkNixNGImage "bazarr";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue