fixed nodeport

Solutions on MaxInterview for fixed nodeport by the best coders in the world

showing results for - "fixed nodeport"
Alessandro
24 Jul 2017
1apiVersion: v1
2kind: Service
3metadata:
4  name: nginx
5  labels:
6    name: nginx
7spec:
8  type: NodePort
9  ports:
10    - port: 80
11      nodePort: 30080
12      name: http
13    - port: 443
14      nodePort: 30443
15      name: https
16  selector:
17    name: nginx
18
queries leading to this page
fixed nodeportfixed nodeport