Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tenant-catalog/demo01-mlflow/values.yaml

42 lines
1.1 KiB

#version: mlflow, 2.1.0
tracking:
auth:
enabled: false
service:
type: ClusterIP
ingress:
enabled: true
pathType: ImplementationSpecific
hostname: "demo01-mlflow.gke.paasup.io"
annotations:
cert-manager.io/cluster-issuer: "root-ca-issuer"
cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h
konghq.com/plugins: oidc-plugin, keycloak-authz-plugin
path: /
tls: false
extraTls:
- hosts:
- "demo01-mlflow.gke.paasup.io"
secretName: "demo01-mlflow-tls-secret"
extraArgs:
- "--gunicorn-opts=--timeout 600"
postgresql:
enabled: true
auth:
username: mlflow
password: ""
database: bitnami_mlflow
existingSecret: "demo01-mlflow-infisicalsecret"
minio:
enabled: false
externalS3:
host: "eu-central-1.amazonaws.com"
port: 443
useCredentialsInSecret: true
existingSecret: "demo01-mlflow-infisicalsecret"
existingSecretAccessKeyIDKey: "root-user"
existingSecretKeySecretKey: "root-password"
protocol: "https"
bucket: "mlflow"
serveArtifacts: true