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 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: silly-game-frontend-deployment name: silly-game-backend-deployment
namespace: silly-game namespace: silly-game
spec: spec:
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: silly-game-frontend app: silly-game-backend
template: template:
metadata: metadata:
labels: labels:
app: silly-game-frontend app: silly-game-backend
spec: spec:
containers: containers:
- name: silly-game - name: silly-game