Skip to content

Commit

Permalink
Merge pull request #1403 from wombat/master
Browse files Browse the repository at this point in the history
Added tls ports to rbac nginx ingress controller and service
  • Loading branch information
aledbf authored Sep 24, 2017
2 parents 76fbbca + 4ae356d commit 27d4e8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/rbac/nginx/nginx-ingress-controller-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ spec:
nodePort: 30080
targetPort: 80
protocol: TCP
- name: https
port: 443
nodePort: 30443
targetPort: 443
protocol: TCP
selector:
k8s-app: nginx-ingress-lb
2 changes: 2 additions & 0 deletions examples/rbac/nginx/nginx-ingress-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ spec:
ports:
- name: http
containerPort: 80
- name: https
containerPort: 443

0 comments on commit 27d4e8b

Please sign in to comment.