Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52a29da38d | |||
| ea71f71c74 | |||
| f6eceb4d94 |
+1
-1
@@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: devcontainer
|
name: devcontainer
|
||||||
description: Dev Container with AI coding agents and MCP sidecars
|
description: Dev Container with AI coding agents and MCP sidecars
|
||||||
type: application
|
type: application
|
||||||
version: 0.4.8
|
version: 0.4.11
|
||||||
appVersion: "latest"
|
appVersion: "latest"
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command: ["fastmcp", "run", "--transport", "sse", "--host", "0.0.0.0", "--port", "{{ .Values.mcp.sidecars.sequentialthinking.port }}"]
|
command: ["fastmcp", "run", "--transport", "sse", "--host", "0.0.0.0", "--port", "{{ .Values.mcp.sidecars.sequentialthinking.port }}"]
|
||||||
ports:
|
ports:
|
||||||
- name: sequentialthinking
|
- name: seqthinking
|
||||||
containerPort: {{ .Values.mcp.sidecars.sequentialthinking.port }}
|
containerPort: {{ .Values.mcp.sidecars.sequentialthinking.port }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
|
|||||||
Reference in New Issue
Block a user