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

22 regels
498 B

  1. kind: Ingress
  2. apiVersion: networking.k8s.io/v1
  3. metadata:
  4. name: advertisement-super
  5. namespace: advertisement
  6. annotations:
  7. kubesphere.io/creator: dengbiao
  8. kubesphere.io/description: 总后台
  9. spec:
  10. ingressClassName: nginx
  11. rules:
  12. - host: ad.zhios.cn
  13. http:
  14. paths:
  15. - path: /
  16. pathType: ImplementationSpecific
  17. backend:
  18. service:
  19. name: advertisement-super
  20. port:
  21. number: 80