Update values for test-ml1

service-test
system 1 month ago
parent a7315b6027
commit d0a184785b
  1. 42
      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
Loading…
Cancel
Save