Update custom-values.yaml to disable auth

This commit is contained in:
wbsong111
2025-02-18 14:22:12 +09:00
parent 3751d42f1f
commit ae2d98a0ea
+1 -4
View File
@@ -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