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