diff --git a/manifests/helm/mlflow/2.1.0/custom-values.yaml b/manifests/helm/mlflow/2.1.0/custom-values.yaml index fe99456..e019435 100644 --- a/manifests/helm/mlflow/2.1.0/custom-values.yaml +++ b/manifests/helm/mlflow/2.1.0/custom-values.yaml @@ -16,12 +16,18 @@ tracking: enabled: true pathType: ImplementationSpecific hostname: mlflow.example.org + # airflow/superset과 동일하게 실측된 문제 — ingressClassName 미지정 시 이 클러스터의 + # apisix가 아예 인식하지 않아 CLASS: 으로 뜨고 접근이 불가능하다. path도 exact "/" + # 만 매치되면 앱 내부 리다이렉트 이후 전부 404가 나므로 regex로 바꾼다. + ingressClassName: "apisix" annotations: # cert-manager 사용시 인증서 자동 생성 - cert-manager.io/cluster-issuer: "selfsigned-issuer" - cert-manager.io/duration: 8760h + cert-manager.io/cluster-issuer: "selfsigned-issuer" + cert-manager.io/duration: 8760h cert-manager.io/renew-before: 720h - path: / + k8s.apisix.apache.org/use-regex: "true" + k8s.apisix.apache.org/ssl-redirect: "true" + path: /.* tls: false extraTls: - hosts: