From ae2d98a0ea8796bba322595f93d224f1e84e7ecf Mon Sep 17 00:00:00 2001 From: wbsong111 Date: Tue, 18 Feb 2025 14:22:12 +0900 Subject: [PATCH] Update custom-values.yaml to disable auth --- charts/mlflow/custom-values.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/mlflow/custom-values.yaml b/charts/mlflow/custom-values.yaml index d8bd94a..4f8ae7b 100644 --- a/charts/mlflow/custom-values.yaml +++ b/charts/mlflow/custom-values.yaml @@ -1,16 +1,13 @@ tracking: auth: - username: mlflow - password: mlflow1234 + enabled: false service: type: ClusterIP ingress: enabled: true pathType: ImplementationSpecific hostname: mlflow.example.org - ingressClassName: "nginx" annotations: - nginx.ingress.kubernetes.io/proxy-body-size: 2048m # cert-manager 사용시 인증서 자동 생성 cert-manager.io/cluster-issuer: "selfsigned-issuer" cert-manager.io/duration: 8760h