add mlflow/2.1.0 helm chart

This commit is contained in:
Woo Changho
2024-11-08 07:12:33 +00:00
parent 30d3d0544b
commit 1a447ca587
74 changed files with 283 additions and 674 deletions
+6 -1
View File
@@ -95,6 +95,7 @@ The command deploys mlflow on the Kubernetes cluster in the default configuratio
| ------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- |
| `tracking.enabled` | Enable Tracking server | `true` |
| `tracking.replicaCount` | Number of mlflow replicas to deploy | `1` |
| `tracking.host` | mlflow tracking listening host. Set to "[::]" to use ipv6. | `0.0.0.0` |
| `tracking.containerPorts.http` | mlflow HTTP container port | `5000` |
| `tracking.livenessProbe.enabled` | Enable livenessProbe on mlflow containers | `true` |
| `tracking.livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `5` |
@@ -130,7 +131,7 @@ The command deploys mlflow on the Kubernetes cluster in the default configuratio
| `tracking.containerSecurityContext.runAsGroup` | Set containers' Security Context runAsGroup | `1001` |
| `tracking.containerSecurityContext.privileged` | Set containers' Security Context privileged | `false` |
| `tracking.containerSecurityContext.runAsNonRoot` | Set containers' Security Context runAsNonRoot | `true` |
| `tracking.containerSecurityContext.readOnlyRootFilesystem` | Set containers' Security Context runAsNonRoot | `true` |
| `tracking.containerSecurityContext.readOnlyRootFilesystem` | Set containers' Security Context readOnlyRootFilesystem | `true` |
| `tracking.containerSecurityContext.allowPrivilegeEscalation` | Set container's privilege escalation | `false` |
| `tracking.containerSecurityContext.capabilities.drop` | Set container's Security Context runAsNonRoot | `["ALL"]` |
| `tracking.containerSecurityContext.seccompProfile.type` | Set container's Security Context seccomp profile | `RuntimeDefault` |
@@ -497,6 +498,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 2.0.0
This major updates the PostgreSQL subchart to its newest major, 16.0.0, which uses PostgreSQL 17.x. Follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
### To 1.0.0
This major bump changes the following security defaults: