Update k8/deployment.yaml
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
Michal.Wrobel 2025-04-14 12:48:46 +00:00
parent 4b19e01232
commit ddba02da4d

View file

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