Add Kubernetes deployment: Dockerfile, CI/CD workflow, Seq logging

This commit is contained in:
masoud
2025-12-05 21:48:36 +00:00
parent 5e7e007b61
commit 74910c01aa
4 changed files with 102 additions and 7 deletions

View File

@@ -12,7 +12,6 @@
"GrpcChannelOptions": {
"FMSMSAddress": "https://dl.afrino.co",
"CMSMSAddress": "https://cms.kbs1.ir"
// "CMSMSAddress": "https://localhost:32846"
},
"Authentication": {
"Authority": "https://ids.domain.com/",
@@ -21,5 +20,9 @@
"Kavenegar": {
"Sender": "1000001110100",
"ApiKey": "497263626F32626A48685A6137524C4F78575A766E4C74694A556B79317648424964655030682B554545413D"
},
"Seq": {
"ServerUrl": "http://seq-svc:5341",
"ApiKey": ""
}
}

View File

@@ -0,0 +1,31 @@
{
"JwtSecurityKey": "TvlZVx5TJaHs8e9HgUdGzhGP2CIidoI444nAj+8+g7c=",
"JwtIssuer": "https://localhost",
"JwtAudience": "https://localhost",
"JwtExpiryInDays": 365,
"AllowedHosts": "*",
"Kestrel": {
"EndpointDefaults": {
"Protocols": "Http2"
}
},
"GrpcChannelOptions": {
"FMSMSAddress": "https://dl.afrino.co",
"CMSMSAddress": "https://cms.kbs1.ir"
// "CMSMSAddress": "https://localhost:32846"
},
"Authentication": {
"Authority": "https://ids.domain.com/",
"Audience": "domain_api"
},
"Kavenegar": {
"Sender": "1000001110100",
"ApiKey": "497263626F32626A48685A6137524C4F78575A766E4C74694A556B79317648424964655030682B554545413D"
}
}
,
"Seq": {
"ServerUrl": "http://seq-svc:5341",
"ApiKey": ""
}
}