Upload files to "z2 "

This commit is contained in:
Puneet Khurana 2025-04-15 19:17:07 +00:00
parent 2bba911600
commit 0ee885a19e

21
z2 /deployment.yaml Normal file
View File

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