diff --git a/charts/nemo/CUSTOM-README.md b/charts/nemo/CUSTOM-README.md index 1bbd5bd..189669c 100644 --- a/charts/nemo/CUSTOM-README.md +++ b/charts/nemo/CUSTOM-README.md @@ -24,7 +24,6 @@ $ helm --namespace nemo install nemo . -f custom-values.yaml --create-namespace ## 2.custom-values.yaml 설명 - - custom-values.yaml에 정의된 값에 대한 설명이다. ### 1) Pod 설정 @@ -34,9 +33,8 @@ $ helm --namespace nemo install nemo . -f custom-values.yaml --create-namespace ### 3) Ingress 설정 #### 3.1) tls 시크릿 직접 생성 - - nemo ingress 사용을 위해서는 다음과 같이 설정할 수 있다. - ``` yaml +``` yaml ingress: enabled: true tls: @@ -62,8 +60,7 @@ ingress: - cert manager를 통해 인증서 자동 생성 시 `custom-values.yaml` 수정한다. - `ingress.annotations.cert-manager.io/cluster-issuer`에 미리 배포된 Cluster Issuer의 이름으로 변경한다. - - ``` yaml +``` yaml ingress: enabled: true annotations: