From 8474ddcd2321e8bd318cd2f4d5fd4bc75e6a1302 Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 11 Nov 2025 14:34:03 +0100 Subject: [PATCH] Deliberately on n150-nas --- apps-kustomized/mastodon/values.yaml | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/apps-kustomized/mastodon/values.yaml b/apps-kustomized/mastodon/values.yaml index 32bb091..99f7c87 100644 --- a/apps-kustomized/mastodon/values.yaml +++ b/apps-kustomized/mastodon/values.yaml @@ -52,3 +52,36 @@ mastodon: enable_starttls: 'false' postgresql: existingSecret: masto-db-secret + +web: + tolerations: + - key: "justdisks" + operator: "Exists" + effect: "NoSchedule" + nodeSelector: + kubernetes.io/hostname: n150-nas + +nginx: + tolerations: + - key: "justdisks" + operator: "Exists" + effect: "NoSchedule" + nodeSelector: + kubernetes.io/hostname: n150-nas + +sidkiq: + tolerations: + - key: "justdisks" + operator: "Exists" + effect: "NoSchedule" + nodeSelector: + kubernetes.io/hostname: n150-nas + +streaming: + tolerations: + - key: "justdisks" + operator: "Exists" + effect: "NoSchedule" + nodeSelector: + kubernetes.io/hostname: n150-nas +