Skip to content

Commit f92c457

Browse files
Update agents/autogen/mcp_agent/mcp_automl_template/k8s/deployment.yaml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 55faedb commit f92c457

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

agents/autogen/mcp_agent/mcp_automl_template/k8s/deployment.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ spec:
2424
metadata:
2525
labels:
2626
app: mcp-automl
27+
spec:
28+
securityContext:
29+
runAsNonRoot: true
30+
containers:
31+
- name: mcp-automl
32+
image: "${CONTAINER_IMAGE_MCP}"
33+
ports:
2734
spec:
2835
securityContext:
2936
runAsNonRoot: true

0 commit comments

Comments
 (0)