From f6eceb4d947f6bc7a9d5ef8cf23e42f86045db01 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 23 Feb 2026 20:24:27 -0500 Subject: [PATCH] fix(helm): shorten sequentialthinking port name (fixes #48) --- chart/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 4b5b2d4..1b608e6 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -193,7 +193,7 @@ spec: imagePullPolicy: Always command: ["fastmcp", "run", "--transport", "sse", "--host", "0.0.0.0", "--port", "{{ .Values.mcp.sidecars.sequentialthinking.port }}"] ports: - - name: sequentialthinking + - name: seqthinking containerPort: {{ .Values.mcp.sidecars.sequentialthinking.port }} livenessProbe: tcpSocket: