151 lines
3.2 KiB
YAML
151 lines
3.2 KiB
YAML
ngcAPIKey: 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
|
|
|
|
imagePullSecrets:
|
|
- name: nvcrimagepullsecret
|
|
registry: nvcr.io
|
|
username: $oauthtoken
|
|
password: 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
|
|
|
|
global:
|
|
imagePullSecrets:
|
|
- name: nvcrimagepullsecret
|
|
|
|
data-store:
|
|
enabled: true
|
|
external:
|
|
rootUrl: https://nemo-datastore.hopt.paasup.io
|
|
domain: nemo-datastore.hopt.paasup.io
|
|
replicaCount: 1
|
|
persistence:
|
|
enabled: true
|
|
claimName: datastore-shared-storage
|
|
size: 1Gi
|
|
storageClass: ""
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
objectStore:
|
|
enabled: false
|
|
serviceAccount:
|
|
create: true
|
|
name: gitea
|
|
serviceName: nemo-data-store
|
|
strategy:
|
|
type: Recreate
|
|
|
|
customizer:
|
|
enabled: true
|
|
|
|
# GPU 부족 이슈로 임시로 제거
|
|
nim:
|
|
enabled: false
|
|
|
|
evaluator:
|
|
enabled: true
|
|
argoWorkflows:
|
|
enabled: true
|
|
crds:
|
|
install: false
|
|
|
|
guardrails:
|
|
enabled: true
|
|
|
|
nemo-operator:
|
|
enabled: true
|
|
|
|
nim-operator:
|
|
enabled: true
|
|
|
|
# DGX Cloud와 연동시 사용하기 때문에 비활성화함
|
|
dgxc-admission-controller:
|
|
enabled: false
|
|
|
|
entity-store:
|
|
enabled: true
|
|
|
|
volcano:
|
|
enabled: true
|
|
|
|
deployment-management:
|
|
enabled: true
|
|
|
|
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.hopt.paasup.io
|
|
secretName: nemo-tls
|
|
hosts:
|
|
default:
|
|
name: "nemo.hopt.paasup.io"
|
|
paths:
|
|
- path: /v1/namespaces
|
|
pathType: Prefix
|
|
service: nemo-entity-store
|
|
port: 8000
|
|
- path: /v1/projects
|
|
pathType: Prefix
|
|
service: nemo-entity-store
|
|
port: 8000
|
|
- path: /v1/datasets
|
|
pathType: Prefix
|
|
service: nemo-entity-store
|
|
port: 8000
|
|
- path: /v1/repos
|
|
pathType: Prefix
|
|
service: nemo-entity-store
|
|
port: 8000
|
|
- path: /v1/models
|
|
pathType: Prefix
|
|
service: nemo-entity-store
|
|
port: 8000
|
|
- path: /v1/customization
|
|
pathType: Prefix
|
|
service: nemo-customizer
|
|
port: 8000
|
|
- path: /v1/evaluation
|
|
pathType: Prefix
|
|
service: nemo-evaluator
|
|
port: 7331
|
|
- path: /v1/guardrail
|
|
pathType: Prefix
|
|
service: nemo-guardrails
|
|
port: 7331
|
|
- path: /v1/deployment
|
|
pathType: Prefix
|
|
service: nemo-deployment-management
|
|
port: 8000
|
|
nimProxy:
|
|
name: nim.hopt.paasup.io
|
|
paths:
|
|
- path: /v1/completions
|
|
pathType: Prefix
|
|
service: nemo-nim-proxy
|
|
port: 8000
|
|
- path: /v1/chat
|
|
pathType: Prefix
|
|
service: nemo-nim-proxy
|
|
port: 8000
|
|
- path: /v1/models
|
|
pathType: Prefix
|
|
service: nemo-nim-proxy
|
|
port: 8000
|
|
dataStore:
|
|
name: data-store.hopt.paasup.io
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
service: nemo-data-store
|
|
port: 3000
|
|
|
|
# Istio를 사용하지 않기 때문에 비활성화
|
|
virtualService:
|
|
enabled: false
|