update nemo custom-values.yaml
This commit is contained in:
@@ -6,31 +6,11 @@ imagePullSecrets:
|
|||||||
username: $oauthtoken
|
username: $oauthtoken
|
||||||
password: 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
|
password: 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
|
||||||
|
|
||||||
global:
|
|
||||||
imagePullSecrets:
|
|
||||||
- name: nvcrimagepullsecret
|
|
||||||
|
|
||||||
data-store:
|
data-store:
|
||||||
enabled: true
|
enabled: true
|
||||||
external:
|
external:
|
||||||
rootUrl: https://nemo-datastore.hopt.paasup.io
|
rootUrl: https://nemo-datastore.hopt.paasup.io
|
||||||
domain: 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:
|
customizer:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -85,65 +65,10 @@ ingress:
|
|||||||
hosts:
|
hosts:
|
||||||
default:
|
default:
|
||||||
name: "nemo.hopt.paasup.io"
|
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:
|
nimProxy:
|
||||||
name: nim.hopt.paasup.io
|
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:
|
dataStore:
|
||||||
name: data-store.hopt.paasup.io
|
name: data-store.hopt.paasup.io
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
service: nemo-data-store
|
|
||||||
port: 3000
|
|
||||||
|
|
||||||
# Istio를 사용하지 않기 때문에 비활성화
|
# Istio를 사용하지 않기 때문에 비활성화
|
||||||
virtualService:
|
virtualService:
|
||||||
|
|||||||
Reference in New Issue
Block a user