From 4008c5a3f46d75c3eb2e42c74ced4237177a113d Mon Sep 17 00:00:00 2001 From: jakov34 Date: Tue, 7 Apr 2026 11:52:52 +0200 Subject: [PATCH] fix: ispravljeno ime slike --- k8s/moj-servis/deployment.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index 728cdfc..a9e9aa0 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -15,14 +15,14 @@ spec: app: moj-servis spec: containers: - - name: moj-servis - image: git.fpmoz.sum.ba/VAĆ _KORISNIK/moj-servis:1.0 - ports: - - containerPort: 8000 - resources: - requests: - memory: "64Mi" - cpu: "50m" - limits: - memory: "128Mi" - cpu: "200m" + - name: moj-servis + image: git.fpmoz.sum.ba/jakov34/moj-servis:1.0 + ports: + - containerPort: 8000 + resources: + requests: + memory: "64Mi" + cpu: "50m" + limits: + memory: "128Mi" + cpu: "200m"