Skip to content

Commit

Permalink
Merge pull request #1849 from bcgov/hotfix/prod-workflow-service-reso…
Browse files Browse the repository at this point in the history
…urces

Hotfix/prod workflow service resources
  • Loading branch information
pbolduc authored Apr 23, 2024
2 parents cdba7fd + 7c422cb commit 812aca4
Show file tree
Hide file tree
Showing 9 changed files with 1,383 additions and 490 deletions.
7 changes: 7 additions & 0 deletions gitops/charts/traffic-court-prod-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,10 @@ workflow-service:
keys:
host: "pgbouncer-host"
port: "pgbouncer-port"
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 100m
memory: 512Mi
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"details": {
"modelId": "ViolationTicket",
"description": "A composite model of 2022.04 (VT1) and 2023.09 (VT2) models",
"componentModels": [
{
"modelId": "ViolationTicket_v2.1"
},
{
"modelId": "ViolationTicket_v1.0"
}
]
},
"maxCardinality": 100
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"publicModelId": "ViolationTicket",
"internalModelId": "9ad26703-7851-44a4-a21a-56f8e9621fa7",
"internalModelId": "fb573270-c139-489f-b743-9c36f1ee189b",
"description": "A composite model of 2022.04 (VT1) and 2023.09 (VT2) models"
}

This file was deleted.

Large diffs are not rendered by default.

Loading

0 comments on commit 812aca4

Please sign in to comment.