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
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: silly-game-deployment
|
name: silly-game-frontend-deployment
|
||||||
namespace: silly-game
|
namespace: silly-game
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: silly-game
|
app: silly-game-frontend
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: silly-game
|
app: silly-game-frontend
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: silly-game
|
- name: silly-game
|
||||||
|
|
Loading…
Reference in a new issue