chore: sync local changes
This commit is contained in:
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user