From 974c5912270cba92ed8bce202ba3b179f9502441 Mon Sep 17 00:00:00 2001 From: tranqui89 Date: Tue, 3 Mar 2026 08:01:17 +0000 Subject: [PATCH] Update deploy.yaml --- deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.yaml b/deploy.yaml index 7c63393..42dbf35 100644 --- a/deploy.yaml +++ b/deploy.yaml @@ -27,7 +27,7 @@ spec: spec: containers: - name: nginx - image: tranqui89/user-clock + image: tranqui89/snake-game ports: - containerPort: 80 ---