parent
8d22dcf4c8
commit
f0b8e2e178
@ -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 |
||||||
Loading…
Reference in new issue