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