Added tls ports to rbac nginx ingress controller and service

The rbac nginx ingress controller and service were missing tls/https
ports and nodePorts
This commit is contained in:
Daniel Sachse 2017-09-21 19:53:43 +02:00
parent 37bd14dcd2
commit 4ae356d93f
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -33,3 +33,5 @@ spec:
ports:
- name: http
containerPort: 80
- name: https
containerPort: 443