PHP容器化demo
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.

26 lines
486 B

3 years ago
  1. # gq-hello-nginx-ingress.yaml
  2. #
  3. # @version: 180627:1
  4. # @author: zhangxuhong <zhangxuhong@xitu.io>
  5. #
  6. apiVersion: extensions/v1beta1
  7. kind: Ingress
  8. metadata:
  9. name: gq-hello-nginx
  10. labels:
  11. name: gq-hello-nginx
  12. role: backend
  13. pl: c
  14. application: nginx
  15. version: 1.14.0
  16. division: infrastructure
  17. spec:
  18. rules:
  19. - host: gq-hello.juejin.im
  20. http:
  21. paths:
  22. - path: /
  23. backend:
  24. serviceName: gq-hello-nginx
  25. servicePort: 80