Skip to content

Commit

Permalink
Merge pull request #7 from BuddhiWathsala/master
Browse files Browse the repository at this point in the history
Add SSL passthrough annotation to NGINX
  • Loading branch information
pcnfernando authored Apr 13, 2019
2 parents 1b08087 + a72177f commit da6f5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/siddhiprocess/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func (reconcileSiddhiProcess *ReconcileSiddhiProcess) loadBalancerForSiddhiProce
Annotations: map[string]string{
"kubernetes.io/ingress.class": "nginx",
"nginx.ingress.kubernetes.io/rewrite-target": "/",
"nginx.ingress.kubernetes.io/ssl-passthrough": "true",
},
},
Spec: ingressSpec,
Expand Down

0 comments on commit da6f5ef

Please sign in to comment.