Update quake service spec to remove nodeport.

This commit is contained in:
2024-07-26 10:35:07 +12:00
parent 8b5040d6d5
commit 3b35f51759

View File

@ -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
---