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