Skip to content

Instantly share code, notes, and snippets.

@r7vme
Created April 19, 2018 14:06
Show Gist options
  • Save r7vme/24c5fe19a008575cecfa9bfebf4f61ca to your computer and use it in GitHub Desktop.
Save r7vme/24c5fe19a008575cecfa9bfebf4f61ca to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: nginx-for-ingress-ingress
annotations:
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
spec:
tls:
- hosts:
- nginx1.DOMAIN
rules:
- host: nginx1.DOMAIN
http:
paths:
- backend:
serviceName: nginx-for-ingress-service
servicePort: 443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment