Update CUSTOM-README.md

This commit is contained in:
우창호
2025-06-09 18:10:52 +09:00
committed by GitHub
parent 4bf9a7db94
commit 00ba31181f
+2 -5
View File
@@ -24,7 +24,6 @@ $ 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) Pod 설정
@@ -34,9 +33,8 @@ $ helm --namespace nemo install nemo . -f custom-values.yaml --create-namespace
### 3) Ingress 설정 ### 3) Ingress 설정
#### 3.1) tls 시크릿 직접 생성 #### 3.1) tls 시크릿 직접 생성
- nemo ingress 사용을 위해서는 다음과 같이 설정할 수 있다. - nemo ingress 사용을 위해서는 다음과 같이 설정할 수 있다.
``` yaml ``` yaml
ingress: ingress:
enabled: true enabled: true
tls: tls:
@@ -62,8 +60,7 @@ ingress:
- cert manager를 통해 인증서 자동 생성 시 `custom-values.yaml` 수정한다. - cert manager를 통해 인증서 자동 생성 시 `custom-values.yaml` 수정한다.
- `ingress.annotations.cert-manager.io/cluster-issuer`에 미리 배포된 Cluster Issuer의 이름으로 변경한다. - `ingress.annotations.cert-manager.io/cluster-issuer`에 미리 배포된 Cluster Issuer의 이름으로 변경한다.
``` yaml
``` yaml
ingress: ingress:
enabled: true enabled: true
annotations: annotations: