This commit is contained in:
parent
4b19e01232
commit
ddba02da4d
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: silly-game-deployment
|
||||
name: silly-game-frontend-deployment
|
||||
namespace: silly-game
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: silly-game
|
||||
app: silly-game-frontend
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: silly-game
|
||||
app: silly-game-frontend
|
||||
spec:
|
||||
containers:
|
||||
- name: silly-game
|
||||
|
|
Loading…
Reference in a new issue