From 2523d7ff76fd1649508f2abfc43dea10bcf90250 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 8 Aug 2026 22:11:35 -0300 Subject: [PATCH] fix(hermes): allow agent TUI proxy egress --- services/hermes/networkpolicy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/hermes/networkpolicy.yaml b/services/hermes/networkpolicy.yaml index 3d83f5755..bb388cf23 100644 --- a/services/hermes/networkpolicy.yaml +++ b/services/hermes/networkpolicy.yaml @@ -310,5 +310,6 @@ spec: operator: In values: [hermes, hermes-agent, hermes-chat-router] ports: + - {protocol: TCP, port: 7681} - {protocol: TCP, port: 8787} - {protocol: TCP, port: 8080}