Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
gmcjy authored and gmcjy committed Oct 21, 2022
1 parent d9371c8 commit 032fccc
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions helm-charts/mlflow-server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# mlflow-server

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)

A Helm chart for MLFlow On Kubernetes

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| ABC | <[email protected]> | <https://github.com/abhishek-ch> |

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 11.9.6 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| artifact.path | string | `"/tmp/abc"` | |
| autoscaling.enabled | bool | `false` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| database.db_name | string | `"superset"` | |
| database.db_pass | string | `"superset"` | |
| database.db_user | string | `"superset"` | |
| database.host | string | `"abc-postgresql"` | |
| database.name | string | `"mlflow"` | |
| database.password | string | `"mlflow"` | |
| database.port | string | `"5432"` | |
| database.user | string | `"mlflow"` | |
| database.valueFromSecretKey | string | `""` | |
| database.valueFromSecretName | string | `""` | |
| extraEnv | object | `{}` | |
| extraEnvRaw | list | `[]` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"mlflow"` | |
| image.tag | string | `"1.30.0"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"chart-example.local"` | |
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| postgresql.auth.database | string | `"mlflow"` | |
| postgresql.auth.existingSecret | string | `nil` | |
| postgresql.auth.password | string | `"mlflow"` | |
| postgresql.auth.username | string | `"mlflow"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.primary.persistence.accessModes[0] | string | `"ReadWriteOnce"` | |
| postgresql.primary.persistence.enabled | bool | `true` | |
| postgresql.primary.service.ports.postgresql | string | `"5432"` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
| service.port | int | `5000` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| serviceAccountName | string | `"mlflow"` | |
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 comments on commit 032fccc

Please sign in to comment.