Merge pull request #1403 from wombat/master
Added tls ports to rbac nginx ingress controller and service
This commit is contained in:
commit
27d4e8b3d5
2 changed files with 7 additions and 0 deletions
|
@ -12,5 +12,10 @@ spec:
|
||||||
nodePort: 30080
|
nodePort: 30080
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- name: https
|
||||||
|
port: 443
|
||||||
|
nodePort: 30443
|
||||||
|
targetPort: 443
|
||||||
|
protocol: TCP
|
||||||
selector:
|
selector:
|
||||||
k8s-app: nginx-ingress-lb
|
k8s-app: nginx-ingress-lb
|
||||||
|
|
|
@ -33,3 +33,5 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
|
- name: https
|
||||||
|
containerPort: 443
|
||||||
|
|
Loading…
Reference in a new issue