apiVersion: apps/v1 kind: Deployment metadata: name: typing-game-deployment namespace: typing-game spec: replicas: 1 selector: matchLabels: app: typing-game template: metadata: labels: app: typing-game spec: containers: - name: typing-game image: typing-game:latest imagePullPolicy: IfNotPresent ports: - containerPort: 80