diff --git a/charts/nemo/CUSTOM-README.md b/charts/nemo/CUSTOM-README.md index 189669c..fb57797 100644 --- a/charts/nemo/CUSTOM-README.md +++ b/charts/nemo/CUSTOM-README.md @@ -26,9 +26,20 @@ $ helm --namespace nemo install nemo . -f custom-values.yaml --create-namespace ## 2.custom-values.yaml 설명 - custom-values.yaml에 정의된 값에 대한 설명이다. -### 1) Pod 설정 +### 1) Registry 설정 + +| Name | 설명 | 기본값 | +| ---------------------- | ----------------------------------| ------ | +| `ngcAPIKey` | `Nvidia GPU Cloud 가입 후 생성한 API Key` | `` | +| `imagePullSecrets.name` | `이미지 다운로드를 위한 시크릿 이름`| `nvcrimagepullsecret` | +| `imagePullSecrets.registry` | `registry 경로(Private 환경일 경우 Harbor)` | `nvcr.io` | +| `imagePullSecrets.username` | `기본값 고정`| `$oauthtoken` | +| `imagePullSecrets.username.password` | `Nvidia GPU Cloud 가입 후 생성한 API Key`| `` | + + +### 2) Nemo 컴포넌트 활성화 및 설정 + -### 2) nemo 설정 ### 3) Ingress 설정