Update custom-values.yaml to disable auth
This commit is contained in:
@@ -1,16 +1,13 @@
|
|||||||
tracking:
|
tracking:
|
||||||
auth:
|
auth:
|
||||||
username: mlflow
|
enabled: false
|
||||||
password: mlflow1234
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
hostname: mlflow.example.org
|
hostname: mlflow.example.org
|
||||||
ingressClassName: "nginx"
|
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: 2048m
|
|
||||||
# cert-manager 사용시 인증서 자동 생성
|
# cert-manager 사용시 인증서 자동 생성
|
||||||
cert-manager.io/cluster-issuer: "selfsigned-issuer"
|
cert-manager.io/cluster-issuer: "selfsigned-issuer"
|
||||||
cert-manager.io/duration: 8760h
|
cert-manager.io/duration: 8760h
|
||||||
|
|||||||
Reference in New Issue
Block a user