广告平台(站长使用)
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.
 
 
 
 
 

17 lignes
467 B

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