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