From 080bab216f2c22ff4c76c6b1bce53e1bf3dd716c Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 8 Aug 2026 23:33:21 -0300 Subject: [PATCH] fix(hermes): avoid broken chat storage node --- services/hermes/chat-sandbox.yaml | 2 +- services/hermes/chat-statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/hermes/chat-sandbox.yaml b/services/hermes/chat-sandbox.yaml index 5d028fab3..4c7a148e3 100644 --- a/services/hermes/chat-sandbox.yaml +++ b/services/hermes/chat-sandbox.yaml @@ -61,7 +61,7 @@ spec: values: ["true"] - key: kubernetes.io/hostname operator: NotIn - values: [titan-08, titan-13, titan-14, titan-17, titan-18] + values: [titan-05, titan-08, titan-13, titan-14, titan-17, titan-18] preferredDuringSchedulingIgnoredDuringExecution: - weight: 100 preference: diff --git a/services/hermes/chat-statefulset.yaml b/services/hermes/chat-statefulset.yaml index f4498e009..760a521bd 100644 --- a/services/hermes/chat-statefulset.yaml +++ b/services/hermes/chat-statefulset.yaml @@ -68,7 +68,7 @@ spec: values: ["true"] - key: kubernetes.io/hostname operator: NotIn - values: [titan-08, titan-13, titan-14, titan-17, titan-18] + values: [titan-05, titan-08, titan-13, titan-14, titan-17, titan-18] preferredDuringSchedulingIgnoredDuringExecution: - weight: 100 preference: