diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 5205c24..a4d9c8f 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -2,7 +2,7 @@ kind: Deployment metadata: name: priprema-za-kolokvij - namespace: student-Vinko004 + namespace: student-vinko004 spec: replicas: 1 selector: @@ -15,7 +15,7 @@ spec: spec: containers: - name: priprema-za-kolokvij - image: git.fpmoz.sum.ba/Vinko004/priprema-za-kolokvij:1.0 + image: git.fpmoz.sum.ba/vinko004/priprema-za-kolokvij:1.0 ports: - containerPort: 8000 resources: diff --git a/k8s/ingress.yaml b/k8s/ingress.yaml index 0ce6e03..83c8a67 100644 --- a/k8s/ingress.yaml +++ b/k8s/ingress.yaml @@ -2,11 +2,11 @@ kind: Ingress metadata: name: priprema-ingress - namespace: student-Vinko004 + namespace: student-vinko004 spec: ingressClassName: traefik rules: - - host: Vinko004.argocd.fpmoz.sum.ba + - host: vinko004.argocd.fpmoz.sum.ba http: paths: - path: / diff --git a/k8s/service.yaml b/k8s/service.yaml index 3003791..3ff1309 100644 --- a/k8s/service.yaml +++ b/k8s/service.yaml @@ -2,7 +2,7 @@ kind: Service metadata: name: priprema-svc - namespace: student-Vinko004 + namespace: student-vinko004 spec: selector: app: priprema-za-kolokvij