Sam Yang
Sam Yang
谢谢解答,目前已经可以访问,http://admin.dapreshop.com:30882/#/dashboard 目前在win10上的host配置为: 172.20.112.1 admin.dapreshop.com #后端管理页面 172.20.112.1 m.dapreshop.com #M站页面 172.20.112.1 api.dapreshop.com #网关 172.20.112.1 image.dapreshop.com #图片服务器 172.20.112.1 zipkin.dapreshop.com #链路追踪 其中172.20.112.1为 以太网适配器 vEthernet (WSL): IPv4 地址 . . . . . . ....
ingress-nginx-service.yaml ``` apiVersion: v1 kind: Service metadata: name: ingress-nginx namespace: ingress-nginx labels: app.kubernetes.io/name: ingress-nginx app.kubernetes.io/part-of: ingress-nginx spec: type: NodePort ports: - name: http nodePort: 30882 port: 80 targetPort: 80 protocol:...
Thanks,it also prevent me to use fully without this function.
> @kingwrcy This is in my plan. Thanks for your suggestion. I think it will be a great Release.Would you tell me when it release. Thank you for your reply!