diff --git a/services/hermes/agent-deployment.yaml b/services/hermes/agent-deployment.yaml index 578263b6..9fce2b2c 100644 --- a/services/hermes/agent-deployment.yaml +++ b/services/hermes/agent-deployment.yaml @@ -108,12 +108,6 @@ spec: - key: node-role.kubernetes.io/worker operator: In values: ["true"] - # Require rpi5: the agent is heavy and an rpi4 is slow enough to - # risk tripping the /api/status liveness probe. rpi5 storage - # workers only, excluding the saturated/known-flaky ones. - - key: hardware - operator: In - values: [rpi5] - key: kubernetes.io/hostname operator: NotIn values: [titan-04, titan-06, titan-08, titan-13, titan-14, titan-17, titan-18, titan-19]