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

@ -16,7 +16,7 @@ Helm chart + resolved values
environment-managed choices:
- image: `harbor.bwgdi.com/library/earth2studio-demo:v6`
- pull secret: `regcred`
- pull secret: `harbor-regcred`
- scheduler: `hami-scheduler`
- HAMi resource limit keys: `nvidia.com/gpu` and `nvidia.com/gpumem`
- NodePort Service on port `80`
@ -29,6 +29,6 @@ start so the mounted volume does not hide the demo files baked into the image.
`post-renders/k3s-hami/userInputs.yaml` is the user-facing value contract. Users
only choose CPU, memory, GPU count, and GPU memory. The console renders these
fields as the WorkloadClaim form; the operator receives the resolved values on
fields as the Workload form; the operator receives the resolved values on
the Workload CR and applies the postRender patches. Storage, exposure, image,
scheduler, pull secret, and code-server auth mode stay in the admin postRender.

View File

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

View File

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