Delete z2 /deployment.yaml
This commit is contained in:
parent
0ee885a19e
commit
685334f5e4
@ -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
|
Loading…
Reference in New Issue
Block a user