update nemo custom-values.yaml
This commit is contained in:
@@ -6,31 +6,11 @@ imagePullSecrets:
|
||||
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
|
||||
@@ -85,65 +65,10 @@ ingress:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user