fix: 为 Kata kind executor 配置最低资源
yaml / yaml (pull_request) Successful in 19s

This commit is contained in:
2026-09-21 12:33:35 +00:00
parent a6a861cc7e
commit 69c90b9fdf
2 changed files with 11 additions and 0 deletions
+7
View File
@@ -74,6 +74,13 @@ spec:
runAsNonRoot: true
runAsUser: 2000
runAsGroup: 2000
resources:
requests:
cpu: "2"
memory: 3Gi
limits:
cpu: "2"
memory: 3Gi
volumeMounts:
- name: opensandbox-bin
mountPath: /opt/opensandbox