zkt25/service.yaml

15 lines
235 B
YAML

apiVersion: v1
kind: Service
metadata:
name: typing-game-service
namespace: typing-game
spec:
type: NodePort
selector:
app: typing-game
ports:
- protocol: TCP
port: 80
targetPort: 80
nodePort: 30007