Update bitnamilegacy image
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
image:
|
||||||
|
repository: bitnamilegacy/mlflow
|
||||||
|
|
||||||
|
gitImage:
|
||||||
|
repository: bitnamilegacy/git
|
||||||
|
|
||||||
|
waitContainer:
|
||||||
|
image:
|
||||||
|
repository: bitnamilegacy/os-shell
|
||||||
tracking:
|
tracking:
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -20,12 +29,47 @@ tracking:
|
|||||||
secretName: mlflow-tls-secret
|
secretName: mlflow-tls-secret
|
||||||
extraArgs:
|
extraArgs:
|
||||||
- "--gunicorn-opts=--timeout 600"
|
- "--gunicorn-opts=--timeout 600"
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 1000m
|
||||||
|
memory: 2Gi
|
||||||
|
requests:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 1Gi
|
||||||
|
run:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 1Gi
|
||||||
|
requests:
|
||||||
|
cpu: 250m
|
||||||
|
memory: 512Mi
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
username: mlflow
|
username: mlflow
|
||||||
password: mlflow1234
|
password: mlflow1234
|
||||||
|
image:
|
||||||
|
repository: bitnamilegacy/postgresql
|
||||||
|
primary:
|
||||||
|
reousrces:
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 1Gi
|
||||||
|
requests:
|
||||||
|
cpu: 250m
|
||||||
|
memory: 512Mi
|
||||||
minio:
|
minio:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
rootUser: admin
|
rootUser: admin
|
||||||
rootPassword: admin1234
|
rootPassword: admin1234
|
||||||
|
image:
|
||||||
|
repository: bitnamilegacy/minio
|
||||||
|
reousrces:
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 1Gi
|
||||||
|
requests:
|
||||||
|
cpu: 250m
|
||||||
|
memory: 512Mi
|
||||||
@@ -2,7 +2,8 @@ global:
|
|||||||
imageRegistry: "" # paasup.io
|
imageRegistry: "" # paasup.io
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
# image:
|
image:
|
||||||
|
repository: bitnamilegacy/postgresql-repmgr
|
||||||
# tag: "" # helm 차트의 기본값을 사용. 버전 변경 시에는 차트 변경을 우선 고려하고 변경 불가 상황에서만 변경.
|
# tag: "" # helm 차트의 기본값을 사용. 버전 변경 시에는 차트 변경을 우선 고려하고 변경 불가 상황에서만 변경.
|
||||||
username: postgres
|
username: postgres
|
||||||
password: postgres
|
password: postgres
|
||||||
@@ -48,7 +49,7 @@ postgresql:
|
|||||||
CREATE USER paasup WITH PASSWORD 'paasup';
|
CREATE USER paasup WITH PASSWORD 'paasup';
|
||||||
CREATE DATABASE paasup OWNER TO paasup;
|
CREATE DATABASE paasup OWNER TO paasup;
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 3
|
||||||
|
|
||||||
extraEnvVars:
|
extraEnvVars:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
@@ -67,28 +68,30 @@ postgresql:
|
|||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
pgpool:
|
pgpool:
|
||||||
|
image:
|
||||||
|
repository: bitnamilegacy/pgpool
|
||||||
adminPassword: postgres
|
adminPassword: postgres
|
||||||
|
|
||||||
## postgresql.replcaCount가 2 이상일 때 주석
|
## postgresql.replcaCount가 2 이상일 때 주석
|
||||||
replicaCount: 0
|
# replicaCount: 1
|
||||||
|
|
||||||
## postgresql.replcaCount가 2 이상일 때 주석 해제
|
## postgresql.replcaCount가 2 이상일 때 주석 해제
|
||||||
# replicaCount: 2
|
replicaCount: 2
|
||||||
# authenticationMethod: ""
|
authenticationMethod: ""
|
||||||
# maxPool: "4"
|
maxPool: "4"
|
||||||
# numInitChildren: "32"
|
numInitChildren: "32"
|
||||||
# resources:
|
resources:
|
||||||
# requests:
|
requests:
|
||||||
# cpu: 100m
|
cpu: 100m
|
||||||
# memory: 128Mi
|
memory: 128Mi
|
||||||
# limits:
|
limits:
|
||||||
# cpu: 100m
|
cpu: 200m
|
||||||
# memory: 128Mi
|
memory: 256Mi
|
||||||
|
|
||||||
## paasup.enabled : true 일 때 주석 해제
|
## paasup.enabled : true 일 때 주석 해제
|
||||||
# customUsers:
|
customUsers:
|
||||||
# usernames: "gitea;keycloak"
|
usernames: "gitea;keycloak"
|
||||||
# passwords: "gitea;keycloak"
|
passwords: "gitea;keycloak"
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user