chore: sync local changes

This commit is contained in:
2026-06-16 01:11:46 +00:00
parent 29056822f9
commit cbea46632e
8 changed files with 40 additions and 45 deletions

View File

@ -8,15 +8,15 @@ The OCDP self-service code-server flow is Helm-backed now:
```text
Helm chart
-> operator helm template
-> packages/code-server/presets/k3s-hami
-> packages/code-server/post-renders/k3s-hami
-> final Kubernetes resources
```
The environment-specific preset lives in
`packages/code-server/presets/k3s-hami`. That preset owns the platform image
The environment-specific postRender lives in
`packages/code-server/post-renders/k3s-hami`. That postRender owns the platform image
`harbor.bwgdi.com/library/earth2studio-demo:v6`, registry pull secret, HAMi
scheduler, Service shape, code-server auth mode, and GPU resource keys.
Users only fill CPU, memory, GPU count, and GPU memory. See
`packages/code-server/presets/k3s-hami/userInputs.yaml` for the values schema
that the console should render into the WorkloadClaim form.
`packages/code-server/post-renders/k3s-hami/userInputs.yaml` for the values schema
that the console should render into the Workload form.

View File

@ -20,7 +20,7 @@ spec:
app.kubernetes.io/part-of: ocdp-workload
spec:
imagePullSecrets:
- name: regcred
- name: harbor-regcred
schedulerName: hami-scheduler
securityContext:
fsGroup: 1000