广告平台(媒体使用)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 1 mois
il y a 1 mois
il y a 1 mois
1234567891011121314151617
  1. kind: Ingress
  2. apiVersion: extensions/v1beta1
  3. metadata:
  4. name: advertisement-medium # ingress名称
  5. namespace: advertisement
  6. annotations:
  7. kubesphere.io/creator: dengbiao
  8. spec:
  9. rules:
  10. - host: 123456.medium.advertisement.dengbiao.top # 使用的域名
  11. http:
  12. paths:
  13. - path: /
  14. pathType: ImplementationSpecific
  15. backend:
  16. serviceName: advertisement-medium # 流量转发到的服务
  17. servicePort: 80