Update quake service spec to remove nodeport.
This commit is contained in:
@ -61,21 +61,18 @@ kind: Service
|
|||||||
metadata:
|
metadata:
|
||||||
name: quake
|
name: quake
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
selector:
|
selector:
|
||||||
run: quake
|
run: quake
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 8080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
nodePort: 30001
|
|
||||||
name: client
|
name: client
|
||||||
- port: 27960
|
- port: 27960
|
||||||
targetPort: 27960
|
targetPort: 27960
|
||||||
nodePort: 30003
|
|
||||||
name: server
|
name: server
|
||||||
- port: 9090
|
- port: 9090
|
||||||
targetPort: 9090
|
targetPort: 9090
|
||||||
nodePort: 30002
|
|
||||||
name: content
|
name: content
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user