ing.yaml 413 B

12345678910111213141516
  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. tls:
  10. # This assumes tls-secret exists.
  11. # To generate it run the make in this directory.
  12. - secretName: tls-secret
  13. backend:
  14. serviceName: echoheaders-https
  15. servicePort: 80