You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 第三方创建的notebook初始化资源配置
- notebook-specs:
- # cpu数量(核)
- cpu-num: 1
- # gpu数量(核)
- gpu-num: 1
- # 内存大小(M)
- mem-num: 1024
- # 工作空间配额(m)
- disk-mem-num: 1024
-
- # 可匿名访问路径
- security:
- permitAll:
- matchers: /api/k8s/callback/pod/notebook
|