Skip to content

Instantly share code, notes, and snippets.

@coresolve
Last active January 4, 2018 23:03
Show Gist options
  • Save coresolve/8e32feb9c38b8eab90e004cf1bed3736 to your computer and use it in GitHub Desktop.
Save coresolve/8e32feb9c38b8eab90e004cf1bed3736 to your computer and use it in GitHub Desktop.
spec:
tls:
- hosts:
- mainsite.com
- www.mainsite.com
secretName: secret-prod-com
rules:
- host: mainsite.com
http:
paths:
- path:
backend:
serviceName: service-backend
servicePort: 8000
- host: www.mainsite.com
http:
paths:
- path:
backend:
serviceName: service-backend
servicePort: 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment