kind: Ingress apiVersion: extensions/v1beta1 metadata: name: zhimeng # ingress名称 namespace: develop annotations: kubesphere.io/creator: dengbiao spec: rules: - host: zhimeng.izhyin.com # 使用的域名 http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: zhimeng # 流量转发到的服务 servicePort: 80