Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52a29da38d | |||
| ea71f71c74 | |||
| f6eceb4d94 |
+1
-1
@@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: devcontainer
|
||||
description: Dev Container with AI coding agents and MCP sidecars
|
||||
type: application
|
||||
version: 0.4.8
|
||||
version: 0.4.11
|
||||
appVersion: "latest"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user