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"