This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
replicaCount: 1 | |
image: | |
repository: oswaldodocker/mlflow # Original selltom/mlflow was buggy | |
tag: 1.7.3 | |
pullPolicy: IfNotPresent | |
backend_store_uri: "postgresql://<psql_username>:<psql_password>@postgres-postgresql.dev.svc.cluster.local:5432" | |
default_artifact_root: "s3://<your_s3_bucket>/mlflow/artifacts" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Provide a name in place of minio for `app:` labels | |
## | |
nameOverride: "" | |
## Provide a name to substitute for the full names of resources | |
## | |
fullnameOverride: "" | |
## set kubernetes cluster domain where minio is running | |
## |