18 lines
900 B
Markdown
18 lines
900 B
Markdown
# code-server
|
|
|
|
The base deploys code-server from `harbor.bwgdi.com/library/earth2studio-demo:v6`
|
|
with a Service and password Secret reference.
|
|
|
|
The Secret is generated by the instance overlay. Workspace storage is mounted
|
|
from top-level WorkloadClaim `storage`, and exposure is rendered from top-level
|
|
`exposure`. Do not commit real passwords or tokens to this catalog.
|
|
|
|
The WorkloadTemplate exposes storage intent (`temporary`, `retained`,
|
|
`existing`) and exposure intent (`internal`, `external`) as claim-time choices.
|
|
Workspace storage defaults to retained. The template also mounts a hidden
|
|
retained `weight` StorageClass PVC at `/models` for model weights; this
|
|
StorageClass detail is platform-owned and is not exposed as a user parameter.
|
|
|
|
The Deployment keeps HAMi resource keys in `resources.limits` at all times:
|
|
`nvidia.com/gpu` for GPU count and `nvidia.com/gpumem` for GPU memory in MiB.
|