日本語
kubectl apply -f ./ingress-nginx-controller-v1.12.1.yaml
values.yaml
こちらをクリックして values.yaml ファイルをダウンロードしてください。
ingress: enabled: true className: "nginx" annotations: { # ファイルアップロードサイズの制限を設定 nginx.ingress.kubernetes.io/proxy-body-size: "10m" }
helm upgrade -i dify -f values.yaml dify/dify
kubectl get services -o wide -w -n ingress-nginx
/etc/hosts
4.152.1.216 console.dify.local 4.152.1.216 app.dify.local 4.152.1.216 enterprise.dify.local
enterprise.dify.local
helm show values dify/dify
helm template dify -f values.yaml dify/dify > dify-k8s-template.yaml