From 4b898f863419efd7e36bac86bd2dd1c7a8a80314 Mon Sep 17 00:00:00 2001 From: wbsong111 Date: Thu, 26 Dec 2024 15:59:41 +0900 Subject: [PATCH] Update CUSTOM-README.md --- charts/postgresql-ha/CUSTOM-README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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에 정의된 값에 대한 설명이다.