diff --git a/charts/postgresql-ha/CUSTOM-README.md b/charts/postgresql-ha/CUSTOM-README.md index d8823e7..c971037 100644 --- a/charts/postgresql-ha/CUSTOM-README.md +++ b/charts/postgresql-ha/CUSTOM-README.md @@ -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에 정의된 값에 대한 설명이다.