From 121f53776e8154af42e5e153ba7926893a1bc155 Mon Sep 17 00:00:00 2001 From: mirko416 Date: Tue, 26 May 2026 10:43:17 +0200 Subject: [PATCH] init: FastAPI priprema-za-kolokvij + k8s manifesti (monorepo) --- k8s/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/service.yaml b/k8s/service.yaml index 5d4e53b..f724bb3 100644 --- a/k8s/service.yaml +++ b/k8s/service.yaml @@ -10,4 +10,4 @@ spec: - port: 80 # port koji Service eksponira (Ingress ce slati ovdje) targetPort: 8000 # port containera (uvicorn slusa na 8000) protocol: TCP -type: ClusterIP # samo unutar K8s clustera — Ingress rjesava vanjski pristup \ No newline at end of file + type: ClusterIP # samo unutar K8s clustera — Ingress rjesava vanjski pristup \ No newline at end of file