diff --git a/charts/mlflow/custom-values.yaml b/charts/mlflow/custom-values.yaml index 4f8ae7b..b1d8450 100644 --- a/charts/mlflow/custom-values.yaml +++ b/charts/mlflow/custom-values.yaml @@ -1,3 +1,12 @@ +image: + repository: bitnamilegacy/mlflow + +gitImage: + repository: bitnamilegacy/git + +waitContainer: + image: + repository: bitnamilegacy/os-shell tracking: auth: enabled: false @@ -20,12 +29,47 @@ tracking: secretName: mlflow-tls-secret extraArgs: - "--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: auth: username: mlflow password: mlflow1234 + image: + repository: bitnamilegacy/postgresql + primary: + reousrces: + limits: + cpu: 500m + memory: 1Gi + requests: + cpu: 250m + memory: 512Mi minio: enabled: true auth: rootUser: admin - rootPassword: admin1234 \ No newline at end of file + rootPassword: admin1234 + image: + repository: bitnamilegacy/minio + reousrces: + limits: + cpu: 500m + memory: 1Gi + requests: + cpu: 250m + memory: 512Mi \ No newline at end of file diff --git a/charts/postgresql-ha/custom-values.yaml b/charts/postgresql-ha/custom-values.yaml index f589536..0c849ed 100644 --- a/charts/postgresql-ha/custom-values.yaml +++ b/charts/postgresql-ha/custom-values.yaml @@ -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