Update bitnamilegacy image

This commit is contained in:
wbsong111
2025-10-23 16:38:14 +09:00
parent a4dae6bd4c
commit a50699aa6d
2 changed files with 65 additions and 18 deletions
+45 -1
View File
@@ -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
rootPassword: admin1234
image:
repository: bitnamilegacy/minio
reousrces:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 250m
memory: 512Mi