Created
April 19, 2018 14:06
-
-
Save r7vme/24c5fe19a008575cecfa9bfebf4f61ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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