From dd5f9bd4e9cf4f59700c811ed40e85488dea91a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petra=20=C4=8Camber?= Date: Mon, 25 May 2026 19:50:16 +0200 Subject: [PATCH] feat: dodaj Kubernetes manifeste za FastAPI + Postgres --- manifests/app/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 82a2b9e..6bc51a4 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: fastapi-api - image: vasic/fastapi-todo-api:1.0 + image: git.fpmoz.sum.ba/vasic/fastapi-todo-api:1.0 ports: - containerPort: 8000 env: @@ -51,4 +51,4 @@ spec: path: /health port: 8000 initialDelaySeconds: 15 - periodSeconds: 5 + periodSeconds: 5 \ No newline at end of file