Code samples for enforcing security

This commit is contained in:
fiodarsazanavets
2026-02-03 20:35:51 +00:00
parent ff801e35d9
commit becb5d2871
105 changed files with 64544 additions and 1 deletions
@@ -40,6 +40,8 @@ var phi35 = ollama.AddModel("phi35", "phi3.5");
var apiService = builder.AddProject<Projects.OnlineShop_ApiService>("apiservice")
.WithHttpHealthCheck("/health")
.WithReference(cache)
.WaitFor(cache)
.WithReference(queues)
.WaitFor(queues)
.WithReference(blobs)