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