Update CUSTOM-README.md

This commit is contained in:
우창호
2025-06-09 18:22:55 +09:00
committed by GitHub
parent 00ba31181f
commit 822f877913
+13 -2
View File
@@ -26,9 +26,20 @@ $ helm --namespace nemo install nemo . -f custom-values.yaml --create-namespace
## 2.custom-values.yaml 설명 ## 2.custom-values.yaml 설명
- 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 설정 ### 3) Ingress 설정