附近小店
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.

пре 1 месец
1234567891011121314151617
  1. kind: Ingress
  2. apiVersion: extensions/v1beta1
  3. metadata:
  4. name: community-team-merchant # ingress名称
  5. namespace: develop
  6. annotations:
  7. kubesphere.io/creator: dengbiao
  8. spec:
  9. rules:
  10. - host: '*.m.fnuo123.com.cn'
  11. http:
  12. paths:
  13. - path: /
  14. pathType: Exact
  15. backend:
  16. serviceName: community-team-merchant # 流量转发到的服务
  17. servicePort: 80