From e65682b7cf29f72a661c04114a1b25cb60f0ce71 Mon Sep 17 00:00:00 2001 From: Vinko Jakeljic Date: Tue, 7 Apr 2026 11:31:25 +0200 Subject: [PATCH] fix: correct ime for vinko004 --- k8s/moj-servis/deployment.yaml | 2 +- k8s/moj-servis/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index 82aed57..6f42389 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -2,7 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: moj-servis - namespace: student-Vinko004 + namespace: student-vinko004 spec: replicas: 1 selector: diff --git a/k8s/moj-servis/service.yaml b/k8s/moj-servis/service.yaml index 6a8efbf..24507db 100644 --- a/k8s/moj-servis/service.yaml +++ b/k8s/moj-servis/service.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: name: moj-servis-svc - namespace: student-Vinko004 + namespace: student-vinko004 spec: selector: app: moj-servis