mirror of
https://github.com/fiodarsazanavets/aspire-13-examples.git
synced 2026-06-20 12:23:14 +00:00
Code samples for enforcing security
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user