feat: support Hami on k3s and k8s
All checks were successful
Publish Helm Charts / helm-publish (push) Successful in 7s

This commit is contained in:
Ivan087
2025-12-05 17:09:01 +08:00
parent 97c5d559e3
commit 89bc94a6a9
5 changed files with 27 additions and 2 deletions

View File

@ -593,6 +593,12 @@
"default": 1,
"minimum": 1
},
"gpuMem": {
"type": "integer",
"description": "GPU 显存限制单位MB, 0表示独占卡",
"default": 0,
"minimum": 0
},
"cpuRequest": {
"type": "integer",
"description": "CPU 请求",