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