Update bitnamilegacy image
This commit is contained in:
@@ -2,7 +2,8 @@ global:
|
||||
imageRegistry: "" # paasup.io
|
||||
|
||||
postgresql:
|
||||
# image:
|
||||
image:
|
||||
repository: bitnamilegacy/postgresql-repmgr
|
||||
# tag: "" # helm 차트의 기본값을 사용. 버전 변경 시에는 차트 변경을 우선 고려하고 변경 불가 상황에서만 변경.
|
||||
username: postgres
|
||||
password: postgres
|
||||
@@ -48,7 +49,7 @@ postgresql:
|
||||
CREATE USER paasup WITH PASSWORD 'paasup';
|
||||
CREATE DATABASE paasup OWNER TO paasup;
|
||||
|
||||
replicaCount: 1
|
||||
replicaCount: 3
|
||||
|
||||
extraEnvVars:
|
||||
- name: TZ
|
||||
@@ -67,28 +68,30 @@ postgresql:
|
||||
nodeSelector: {}
|
||||
|
||||
pgpool:
|
||||
image:
|
||||
repository: bitnamilegacy/pgpool
|
||||
adminPassword: postgres
|
||||
|
||||
## postgresql.replcaCount가 2 이상일 때 주석
|
||||
replicaCount: 0
|
||||
# replicaCount: 1
|
||||
|
||||
## postgresql.replcaCount가 2 이상일 때 주석 해제
|
||||
# replicaCount: 2
|
||||
# authenticationMethod: ""
|
||||
# maxPool: "4"
|
||||
# numInitChildren: "32"
|
||||
# resources:
|
||||
# requests:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
# limits:
|
||||
# cpu: 100m
|
||||
# memory: 128Mi
|
||||
replicaCount: 2
|
||||
authenticationMethod: ""
|
||||
maxPool: "4"
|
||||
numInitChildren: "32"
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 256Mi
|
||||
|
||||
## paasup.enabled : true 일 때 주석 해제
|
||||
# customUsers:
|
||||
# usernames: "gitea;keycloak"
|
||||
# passwords: "gitea;keycloak"
|
||||
customUsers:
|
||||
usernames: "gitea;keycloak"
|
||||
passwords: "gitea;keycloak"
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user