diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index aa53fe7..a318301 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -24,4 +24,4 @@ spec: image: git.fpmoz.sum.ba/iva/priprema-za-kolokvij:1.0 ports: - - containerPort: 8000git init \ No newline at end of file + - containerPort: 8000 \ No newline at end of file diff --git a/k8s/ingress.yaml b/k8s/ingress.yaml index 209faf5..3879d3b 100644 --- a/k8s/ingress.yaml +++ b/k8s/ingress.yaml @@ -22,4 +22,4 @@ spec: name: priprema-svc port: - number: 80 \ No newline at end of file + containerPort: 8000 \ No newline at end of file