Skip to content

Instantly share code, notes, and snippets.

View papagala's full-sized avatar

Oswaldo Gomez papagala

View GitHub Profile
@papagala
papagala / values.yaml
Created September 30, 2020 04:46
MLflow Tracking values yaml file
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"
@papagala
papagala / values.yaml
Last active September 29, 2020 22:29
MinIO values file for helm chart https://hub.helm.sh/charts/minio/minio
## 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
##