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