附近小店
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ingress_merchant.yaml 431 B

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