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

forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/michals-silly-game-backend:main
This commit is contained in:
Michal.Wrobel 2025-04-14 11:54:08 +00:00
parent fbac4a7ad2
commit 4b19e01232

View file

@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: silly-game
name: silly-game-deployment
namespace: silly-game
spec:
replicas: 1
@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: silly-game
image: mygit-silly-game-backend:main
image: forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/michals-silly-game-backend:main
ports:
- containerPort: 8080
volumeMounts: