Compare commits

...

3 Commits

Author SHA1 Message Date
Ivan Filipovic
5b0e8cbca5 add: configmap, ingress + update deployment with env refs 2026-04-07 11:53:31 +02:00
Ivan Filipovic
4ccb0dccaa add: configmap, ingress + update deployment with env refs 2026-04-07 11:37:52 +02:00
Ivan Filipovic
33c4f5e6f7 add: configmap, ingress + update deployment with env refs 2026-04-07 11:35:20 +02:00
2 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,14 @@ app = FastAPI()
def root():
return {"message": "Pozdrav svijete"}
@app.get("/info")
def info():
return {
"python": platform.python_version(),
"verzija": "2.0"
}
@app.get("/health")
def health():

1
manifesti Submodule

Submodule manifesti added at 36538872fc