Update CUSTOM-README.md
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user