fix: correct ime for vinko004

This commit is contained in:
Vinko Jakeljic
2026-04-07 11:31:25 +02:00
parent 228ccd98fb
commit e65682b7cf
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: moj-servis name: moj-servis
namespace: student-Vinko004 namespace: student-vinko004
spec: spec:
replicas: 1 replicas: 1
selector: selector:

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: moj-servis-svc name: moj-servis-svc
namespace: student-Vinko004 namespace: student-vinko004
spec: spec:
selector: selector:
app: moj-servis app: moj-servis