Skip to content

Commit d44e055

Browse files
authored
Add required targetPort attribute (#175)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent b16ccb5 commit d44e055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/toolhive/guides-k8s/run-mcp-k8s.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ metadata:
118118
spec:
119119
image: ghcr.io/stackloklabs/osv-mcp/server
120120
transport: streamable-http
121+
targetPort: 8080
121122
port: 8080
122123
permissionProfile:
123124
type: builtin
@@ -219,6 +220,7 @@ metadata:
219220
spec:
220221
image: ghcr.io/stackloklabs/gofetch/server
221222
transport: streamable-http
223+
targetPort: 8080
222224
port: 8080
223225
permissionProfile:
224226
type: builtin

0 commit comments

Comments
 (0)