Update CUSTOM-README.md
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
|
||||
# Postgresql-HA 배포
|
||||
|
||||
## 1. 배포시 주의 사항
|
||||
## 1. 배포 방법
|
||||
### 1) 배포시 주의 사항
|
||||
- 해당 차트 배포 시 `postgresql.resource.limits.memory`에 대한 설정을 반드시 해야한다.
|
||||
설정하지 않을 시 배포가 되지 않는다.
|
||||
|
||||
### 2) 배포 방법
|
||||
``` sh
|
||||
git clone https://github.com/paasup/service-catalog.git
|
||||
cd charts/postgresql-ha
|
||||
helm upgrade postgresql ./ -f custom-values.yaml --install -n platform --create-namespace
|
||||
```
|
||||
|
||||
## 2.custom-values.yaml 설명
|
||||
|
||||
- custom-values.yaml에 정의된 값에 대한 설명이다.
|
||||
|
||||
Reference in New Issue
Block a user