Delete z2 /deployment.yaml

This commit is contained in:
Puneet Khurana 2025-04-15 19:17:31 +00:00
parent 0ee885a19e
commit 685334f5e4

View File

@ -1,21 +0,0 @@
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