reddog-code/RedDog.Bootstrapper
Lynn Orrell fbdd8d2a60 Added health probes to all services to ensure dapr sidecar is up.
Updated VirtualCustomers to ensure dapr sidecar is up.

Updated Bootstrapper to ensure dapr running.
Removed unused variables.

Added startup probes

Updated branch deployment kustomization

Added middle-out compression (#27)

Added middle-out compression

Tres commas
2021-05-31 22:50:37 -05:00
..
Migrations Initial cut of the AccountingService. Initial cut of the Bootstrapper. 2021-05-05 02:36:36 -05:00
Dockerfile Glo kustomize (#4) 2021-05-12 14:12:33 -05:00
Program.cs Added health probes to all services to ensure dapr sidecar is up. 2021-05-31 22:50:37 -05:00
README.md the human torch was denied a bank loan 2021-05-11 16:40:53 -05:00
RedDog.Bootstrapper.csproj Initial cut of the AccountingService. Initial cut of the Bootstrapper. 2021-05-05 02:36:36 -05:00

README.md

create user reddog with password = [PASSWORD]; go

grant create table to reddog; go

grant control on schema::dbo to reddog; go

Running migrations DAPR_GRPC_PORT=5801 dotnet ef migrations add InitialCreate