We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File: /zh/202012/access-emqx-in-kubernetes-cluster-through-nginx-ingress-controller.md
This is useless, tarffic won't pass through ingress.
# ingress.yaml apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" name: emqx spec: rules: - host: emqx.cn.iotdp.cn http: paths: - backend: serviceName: my-emqx servicePort: 18083 path: / - backend: serviceName: my-emqx servicePort: 8083 path: /mqtt
The text was updated successfully, but these errors were encountered:
Zhiw
No branches or pull requests
File: /zh/202012/access-emqx-in-kubernetes-cluster-through-nginx-ingress-controller.md
This is useless, tarffic won't pass through ingress.
The text was updated successfully, but these errors were encountered: