fix: alignment api

This commit is contained in:
jialin
2026-05-11 19:49:21 +08:00
committed by jialin
parent 9e0dd5b003
commit b13ba0a229
33 changed files with 738 additions and 365 deletions
@@ -61,13 +61,20 @@ const GPUServiceTemplateForm: React.FC<TemplateFormProps> = forwardRef(
initialValues={{
spec: {
imagePullPolicy: DefaultImagePullPolicy,
command: [],
command: ['tail', '-f', '/dev/null'],
ports: [
{
protocol: 'TCP',
port: 22
}
],
volumeMount: '/workspace',
resources: {
cpu: '1',
ram: '2Gi',
localStorage: '15Gi',
accelerator: ''
},
env: []
}
}}