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