Skip to content

Commit 4a26bb9

Browse files
committed
Merge remote-tracking branch 'origin/release/v10.9.6' into release/v10.9.6
2 parents be9deff + ca99ad3 commit 4a26bb9

File tree

27 files changed

+0
-2405
lines changed

27 files changed

+0
-2405
lines changed

.github/workflows/v10-deployment-pipeline.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,6 @@ jobs:
249249
image_name: sophos
250250
tag: ${{ needs.setup_deployment.outputs.tag }}
251251

252-
build_threadwinds_ingestion:
253-
name: Build Threadwinds-Ingestion Microservice
254-
needs: [validations,setup_deployment]
255-
if: ${{ needs.setup_deployment.outputs.tag != '' }}
256-
uses: ./.github/workflows/reusable-golang.yml
257-
with:
258-
image_name: threadwinds-ingestion
259-
tag: ${{ needs.setup_deployment.outputs.tag }}
260-
261252
build_user_auditor:
262253
name: Build User-Auditor Microservice
263254
needs: [validations,setup_deployment]
@@ -290,7 +281,6 @@ jobs:
290281
build_aws, build_backend, build_correlation, build_frontend,
291282
build_bitdefender, build_mutate, build_office365,
292283
build_log_auth_proxy, build_soc_ai, build_sophos,
293-
build_threadwinds_ingestion,
294284
build_user_auditor, build_web_pdf
295285
]
296286
if: ${{ needs.setup_deployment.outputs.tag != '' }}

installer/types/compose.go

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -596,38 +596,6 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
596596
},
597597
}
598598

599-
threadwindsIngestionMem := stack.ServiceResources["threadwinds-ingestion"].AssignedMemory
600-
c.Services["threadwinds-ingestion"] = Service{
601-
Image: utils.Str("ghcr.io/utmstack/utmstack/threadwinds-ingestion:" + conf.Branch),
602-
DependsOn: []string{
603-
"postgres",
604-
"node1",
605-
"backend",
606-
},
607-
Environment: []string{
608-
"INTERNAL_KEY=" + conf.InternalKey,
609-
"ENCRYPTION_KEY=" + conf.InternalKey,
610-
"BACKEND_URL=http://backend:8080",
611-
"ENV=" + conf.Branch,
612-
"OPENSEARCH_HOST=node1",
613-
"OPENSEARCH_PORT=9200",
614-
"DB_HOST=postgres",
615-
"DB_PORT=5432",
616-
"DB_USER=postgres",
617-
"DB_PASS=" + conf.Password,
618-
"DB_NAME=utmstack",
619-
},
620-
Logging: &dLogging,
621-
Deploy: &Deploy{
622-
Placement: &pManager,
623-
Resources: &Resources{
624-
Limits: &Res{
625-
Memory: utils.Str(fmt.Sprintf("%vM", threadwindsIngestionMem)),
626-
},
627-
},
628-
},
629-
}
630-
631599
webPDFMem := stack.ServiceResources["web-pdf"].AssignedMemory
632600
c.Services["web-pdf"] = Service{
633601
Image: utils.Str("ghcr.io/utmstack/utmstack/web-pdf:" + conf.Branch),

installer/types/stack.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ var Services = []utils.ServiceConfig{
3939
{Name: "socai", Priority: 3, MinMemory: 30, MaxMemory: 512},
4040
{Name: "bitdefender", Priority: 3, MinMemory: 30, MaxMemory: 100},
4141
{Name: "office365", Priority: 3, MinMemory: 30, MaxMemory: 100},
42-
{Name: "threadwinds-ingestion", Priority: 3, MinMemory: 50, MaxMemory: 256},
4342
}
4443

4544
func (s *StackConfig) Populate(c *Config) error {

threadwinds-ingestion/Dockerfile

Lines changed: 0 additions & 10 deletions
This file was deleted.

threadwinds-ingestion/config/config.go

Lines changed: 0 additions & 33 deletions
This file was deleted.

threadwinds-ingestion/config/const.go

Lines changed: 0 additions & 71 deletions
This file was deleted.

threadwinds-ingestion/go.mod

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)