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.
42 lines
1.0 KiB
42 lines
1.0 KiB
#version: mlflow, 2.1.0
|
|
tracking:
|
|
auth:
|
|
enabled: false
|
|
service:
|
|
type: ClusterIP
|
|
ingress:
|
|
enabled: true
|
|
pathType: ImplementationSpecific
|
|
hostname: "test-ml1.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:
|
|
- "test-ml1.gke.paasup.io"
|
|
secretName: "test-ml1-tls-secret"
|
|
extraArgs:
|
|
- "--gunicorn-opts=--timeout 600"
|
|
postgresql:
|
|
enabled: true
|
|
auth:
|
|
username: mlflow
|
|
password: ""
|
|
database: bitnami_mlflow
|
|
existingSecret: "test-ml1-infisicalsecret"
|
|
minio:
|
|
enabled: false
|
|
externalS3:
|
|
host: "minio.minio.svc.cluster.local:9000"
|
|
port: 443
|
|
useCredentialsInSecret: true
|
|
existingSecret: "test-ml1-infisicalsecret"
|
|
existingSecretAccessKeyIDKey: "root-user"
|
|
existingSecretKeySecretKey: "root-password"
|
|
protocol: "https"
|
|
bucket: "mlflow"
|
|
serveArtifacts: true |