|
|
@@ -288,10 +288,12 @@ spec:
|
|
|
port: 80
|
|
|
protocol: TCP
|
|
|
targetPort: http
|
|
|
+ nodePort: 80
|
|
|
- name: https
|
|
|
port: 443
|
|
|
protocol: TCP
|
|
|
targetPort: https
|
|
|
+ nodePort: 443
|
|
|
selector:
|
|
|
app.kubernetes.io/name: ingress-nginx
|
|
|
app.kubernetes.io/instance: ingress-nginx
|
|
|
@@ -325,7 +327,6 @@ spec:
|
|
|
app.kubernetes.io/instance: ingress-nginx
|
|
|
app.kubernetes.io/component: controller
|
|
|
spec:
|
|
|
- hostNetwork: true
|
|
|
dnsPolicy: ClusterFirst
|
|
|
containers:
|
|
|
- name: controller
|