This commit is contained in:
@@ -3,9 +3,11 @@ kind: Service
|
|||||||
metadata:
|
metadata:
|
||||||
name: myfirstkube
|
name: myfirstkube
|
||||||
spec:
|
spec:
|
||||||
|
type: NodePort
|
||||||
selector:
|
selector:
|
||||||
app: myfirstkube
|
app: myfirstkube
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 4206
|
port: 4206
|
||||||
targetPort: 4206
|
targetPort: 4206
|
||||||
|
nodePort: 4206
|
||||||
Reference in New Issue
Block a user