Compare commits

..

6 Commits

Author SHA1 Message Date
system 9247a34220 Update values for nemo 4 months ago
system 816a0193f2 Update values for nemo 4 months ago
system f3d37d6991 Update values for nemo 4 months ago
system 474717ad8b Update values for nemo 4 months ago
system c2b2771d8e Update values for nemo 4 months ago
system 2aeef4cde5 Update values for nemo 4 months ago
  1. 97
      nemo/values.yaml

@ -0,0 +1,97 @@
#version: nemo, 25.4.0
ngcAPIKey: "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"
imagePullSecrets:
- name: nvcrimagepullsecret
registry: nvcr.io
username: "$oauthtoken"
password: "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"
data-store:
enabled: true
external:
rootUrl: "https://nemo-datastore-nemo.gke.paasup.io"
domain: "nemo-datastore-nemo.gke.paasup.io"
customizer:
enabled: true
modelsStorage:
storageClassName: "nfs-client"
accessModes:
- ReadWriteMany
size: 50Gi
customizerConfig:
models:
meta/llama-3.1-8b-instruct:
enabled: false
meta/llama-3.2-3b-instruct:
enabled: true
tolerations:
- key: "nvidia.com/gpu"
operator: "Equal"
value: "present"
effect: "NoSchedule"
training:
pvc:
storageClass: "nfs-client"
size: 10Gi
nim:
enabled: false
evaluator:
enabled: true
argoWorkflows:
enabled: true
crds:
install: false
guardrails:
enabled: true
nemo-operator:
enabled: true
nim-operator:
enabled: true
dgxc-admission-controller:
enabled: false
entity-store:
enabled: true
volcano:
enabled: true
deployment-management:
enabled: true
deployments:
defaultStorageClass: "nfs-client"
nim-proxy:
enabled: true
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: root-ca-issuer
cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h
className: "kong"
tls:
- hosts:
- "nemo-nemo.gke.paasup.io"
secretName: "nemo-tls-secret"
hosts:
default:
name: "nemo-nemo.gke.paasup.io"
nimProxy:
name: "nim-nemo.gke.paasup.io"
dataStore:
name: "data-store-nemo.gke.paasup.io"
virtualService:
enabled: false
Loading…
Cancel
Save