Update k8/deployment.yaml
All checks were successful
ci / build (push) Successful in 2m55s

This commit is contained in:
Michal.Wrobel 2025-04-14 12:49:17 +00:00
parent ddba02da4d
commit 4613c3e5ad

View file

@ -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