ing.yaml 713 B

1234567891011121314151617181920212223242526272829303132333435
  1. apiVersion: extensions/v1beta1
  2. kind: Ingress
  3. metadata:
  4. name: multiple-certs
  5. spec:
  6. rules:
  7. - host: test1.ingress.com
  8. http:
  9. paths:
  10. - path: /test
  11. backend:
  12. serviceName: echoheaders-https
  13. servicePort: 80
  14. - host: test2.ingress.com
  15. http:
  16. paths:
  17. - path: /test
  18. backend:
  19. serviceName: echoheaders-https
  20. servicePort: 80
  21. - host: test3.ingress.com
  22. http:
  23. paths:
  24. - path: /test
  25. backend:
  26. serviceName: echoheaders-https
  27. servicePort: 80
  28. - host: test4.ingress.com
  29. http:
  30. paths:
  31. - path: /test
  32. backend:
  33. serviceName: echoheaders-https
  34. servicePort: 80