From ed3981d4cf7ebed9b2f6c36265a6bdc654c1fe48 Mon Sep 17 00:00:00 2001 From: iva Date: Tue, 26 May 2026 11:04:05 +0200 Subject: [PATCH] init: FastAPI priprema-za-kolokvij + k8s manifesti (monorepo) --- k8s/deployment.yaml | 2 +- k8s/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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