Skip to content

Commit

Permalink
Merge pull request #1919 from bcgov/staff-rsi-search
Browse files Browse the repository at this point in the history
TCVP-2973 add ticket search type to staff api
  • Loading branch information
pbolduc authored Jul 22, 2024
2 parents 385d469 + 75a6efc commit 38ba507
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gitops/charts/traffic-court-dev-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ citizen-api:
"FormRecognizer__ModelId": "ViolationTicket"
"FormRecognizer__Endpoint": "https://acs-forms-recognizer-0198bb-dev.apps.silver.devops.gov.bc.ca/"
"Swagger__Enabled": "true"
"TicketSearch__SearchType": "Mock"
"TicketSearch__SearchType": "RoadSafety"
"MassTransit__Transport": "RabbitMq"
"COMS__BASEURL": "http://common-object-management-service:3000"
"JWT__AUTHORITY": "https://idtest.gov.bc.ca/login"
Expand Down Expand Up @@ -219,7 +219,7 @@ staff-api:
"Swagger__Enabled": "true"
"MassTransit__Transport": "RabbitMq"
"COMS__BASEURL": "http://common-object-management-service:3000"

"TicketSearch__SearchType": "RoadSafety"
staff-web:
image:
tag: "2.1.10"
Expand Down
2 changes: 1 addition & 1 deletion gitops/charts/traffic-court-prod-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ staff-api:
"MassTransit__Transport": "RabbitMq"
"RabbitMq__UseQuorumQueues": "true"
"COMS__BASEURL": "http://common-object-management-service:3000"

"TicketSearch__SearchType": "RoadSafety"
staff-web:
replicaCount: 3
pdb:
Expand Down
2 changes: 1 addition & 1 deletion gitops/charts/traffic-court-test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ staff-api:
"MassTransit__Transport": "RabbitMq"
"RabbitMq__UseQuorumQueues": "true"
"COMS__BASEURL": "http://common-object-management-service:3000"

"TicketSearch__SearchType": "RoadSafety"
staff-web:
replicaCount: 3
pdb:
Expand Down

0 comments on commit 38ba507

Please sign in to comment.