This message was deleted.
# ask-for-help
s
This message was deleted.
🦄 1
🏁 1
x
Sorry, yatai-deployment does not support configuring pathType of ingress right now, I will add this feature ASAP.
b
Understand, thanks for the quick response and your feedback.
x
@Boris Bibic Now that configuring ingress
path
and ingress
pathType
is supported, you can upgrade your
yatai-deployment
to
v1.0.4-d2
to try this feature:
Copy code
helm repo add bentoml-devel <https://bentoml.github.io/helm-charts-devel>
helm repo update bentoml-devel
helm get values yatai-deployment -n yatai-deployment > values.yaml
helm upgrade yatai-deployment bentoml-devel/yatai-deployment -n yatai-deployment --values ./values.yaml --set layers.network.ingressPath=/ --set layers.network.ingressPathType=Prefix --devel --version 1.0.4-d2
🎉 1
b
@Xipeng Guan Thank you, after the
v1.0.4-d2
update Ingress works perfectly!