蛋蛋星球-客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 regels
428 B

  1. kind: Ingress
  2. apiVersion: extensions/v1beta1
  3. metadata:
  4. name: egg-app # ingress名称
  5. namespace: egg
  6. annotations:
  7. kubesphere.io/creator: dengbiao
  8. spec:
  9. rules:
  10. - host: ddxq.izhim.com # 使用的域名
  11. http:
  12. paths:
  13. - path: /
  14. pathType: ImplementationSpecific
  15. backend:
  16. serviceName: egg-app # 流量转发到的服务
  17. servicePort: 4011