Skip to content

Commit

Permalink
Running pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ovaleanu committed Oct 4, 2023
1 parent fa67681 commit 79b2709
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ module "eks_data_addons" {
| [helm_release.jupyterhub](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
| [helm_release.kubecost](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
| [helm_release.kuberay_operator](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
| [helm_release.mlflow_tracking](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
| [helm_release.nvidia_gpu_operator](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
| [helm_release.spark_history_server](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
| [helm_release.spark_operator](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource |
Expand Down Expand Up @@ -129,6 +130,7 @@ module "eks_data_addons" {
| <a name="input_enable_jupyterhub"></a> [enable\_jupyterhub](#input\_enable\_jupyterhub) | Enable Jupyterhub Add-On | `bool` | `false` | no |
| <a name="input_enable_kubecost"></a> [enable\_kubecost](#input\_enable\_kubecost) | Enable Kubecost add-on | `bool` | `false` | no |
| <a name="input_enable_kuberay_operator"></a> [enable\_kuberay\_operator](#input\_enable\_kuberay\_operator) | Enable Kuberay Operator add-on | `bool` | `false` | no |
| <a name="input_enable_mlflow_tracking"></a> [enable\_mlflow\_tracking](#input\_enable\_mlflow\_tracking) | Enable MLflow Tracking add-on | `bool` | `false` | no |
| <a name="input_enable_nvidia_gpu_operator"></a> [enable\_nvidia\_gpu\_operator](#input\_enable\_nvidia\_gpu\_operator) | Enable NVIDIA GPU Operator add-on | `bool` | `false` | no |
| <a name="input_enable_spark_history_server"></a> [enable\_spark\_history\_server](#input\_enable\_spark\_history\_server) | Enable Spark History Server add-on | `bool` | `false` | no |
| <a name="input_enable_spark_operator"></a> [enable\_spark\_operator](#input\_enable\_spark\_operator) | Enable Spark on K8s Operator add-on | `bool` | `false` | no |
Expand All @@ -139,6 +141,7 @@ module "eks_data_addons" {
| <a name="input_jupyterhub_helm_config"></a> [jupyterhub\_helm\_config](#input\_jupyterhub\_helm\_config) | Helm configuration for JupyterHub | `any` | `{}` | no |
| <a name="input_kubecost_helm_config"></a> [kubecost\_helm\_config](#input\_kubecost\_helm\_config) | Kubecost Helm Chart config | `any` | `{}` | no |
| <a name="input_kuberay_operator_helm_config"></a> [kuberay\_operator\_helm\_config](#input\_kuberay\_operator\_helm\_config) | Helm configuration for Kuberay Operator | `any` | `{}` | no |
| <a name="input_mlflow_tracking_helm_config"></a> [mlflow\_tracking\_helm\_config](#input\_mlflow\_tracking\_helm\_config) | MLflow Tracking add-on Helm Chart config | `any` | `{}` | no |
| <a name="input_nvidia_gpu_operator_helm_config"></a> [nvidia\_gpu\_operator\_helm\_config](#input\_nvidia\_gpu\_operator\_helm\_config) | Helm configuration for NVIDIA GPU Operator | `any` | `{}` | no |
| <a name="input_oidc_provider_arn"></a> [oidc\_provider\_arn](#input\_oidc\_provider\_arn) | The ARN of the cluster OIDC Provider | `string` | n/a | yes |
| <a name="input_spark_history_server_helm_config"></a> [spark\_history\_server\_helm\_config](#input\_spark\_history\_server\_helm\_config) | Helm configuration for Spark History Server | `any` | `{}` | no |
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/mlflow-tracking/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ icon: https://mlflow.org/images/MLflow-logo-final-white-TM.png
description: A Helm chart for MLflow Tracking
type: application
version: 0.1.0
appVersion: "2.7.1"
appVersion: "2.7.1"
2 changes: 1 addition & 1 deletion helm-charts/mlflow-tracking/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ Database uri
*/}}
{{- define "mlflow.database.uri" -}}
{{- printf "postgresql+psycopg2://%s:%s@%s:%v/%s" .Values.mlflow.database.username .Values.mlflow.database.password .Values.mlflow.database.host .Values.mlflow.database.port .Values.mlflow.database.name }}
{{- end}}
{{- end}}
2 changes: 1 addition & 1 deletion helm-charts/mlflow-tracking/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ spec:
volumes:
- name: {{ include "mlflow-tracking-server.fullname" . }}
configMap:
name: {{ include "mlflow-tracking-server.fullname" . }}
name: {{ include "mlflow-tracking-server.fullname" . }}
10 changes: 5 additions & 5 deletions helm-charts/mlflow-tracking/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ spec:
paths:
{{- range .paths }}
- path: {{ .path }}
{{- if .pathType }}
{{- if .pathType }}
pathType: {{ .pathType }}
{{- end }}
backend:
service:
service:
name: {{ $fullName }}
port:
port:
number: {{ $svcPort }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion helm-charts/mlflow-tracking/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
- name: http
port: {{ .Values.service.port }}
protocol: TCP
targetPort: {{ .Values.service.port }}
targetPort: {{ .Values.service.port }}
4 changes: 2 additions & 2 deletions helm-charts/mlflow-tracking/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ podAnnotations: {}
replicaCount: 1

service:
type: ClusterIP
type: ClusterIP
port: 5000

serviceAccount:
Expand Down Expand Up @@ -85,4 +85,4 @@ nodeSelector: {}

tolerations: []

affinity: {}
affinity: {}
2 changes: 1 addition & 1 deletion mlflow-tracking.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ resource "helm_release" "mlflow_tracking" {
}
}

}
}
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,4 @@ variable "mlflow_tracking_helm_config" {
description = "MLflow Tracking add-on Helm Chart config"
type = any
default = {}
}
}

0 comments on commit 79b2709

Please sign in to comment.