diff --git a/demo01-mlflow/values.yaml b/demo01-mlflow/values.yaml new file mode 100644 index 0000000..cacefa9 --- /dev/null +++ b/demo01-mlflow/values.yaml @@ -0,0 +1,42 @@ +#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 \ No newline at end of file