ing.yaml 388 B

1234567891011121314151617
  1. apiVersion: extensions/v1beta1
  2. kind: Ingress
  3. metadata:
  4. name: static-ip
  5. # This annotation is added by the test upon allocating a staticip.
  6. # annotations:
  7. # kubernetes.io/ingress.global-static-ip-name: "staticip"
  8. spec:
  9. rules:
  10. - host: ingress.test.com
  11. http:
  12. paths:
  13. - path: /foo
  14. backend:
  15. serviceName: echoheaders-https
  16. servicePort: 80