MTS
Middle Tier Service
Last updated
Middle Tier Service
Last updated
The Middle Tier Service (MTS) acts as the primary interface for preserving data state for the environment. MTS is responsible for performing CRUD operations over a RESTful API, generating system and email notifications, and aiding in the orchestration of .
Workload performs the following interactions:
Serves as the RESTful API for , the primary user interface for RCKMS
Utilizes the Authoring Database for storing data state for authoring and system activities
Provides Jurisdiction, Concept, and Reporting Specification datasets to
Performs session authentication for
Workload should be deployed to the environment.
Name
middle-tier-service
Restart Policy
Always
Termination Grace Period (seconds)
45
Tolerations (optional for AIMS environments)
N/A
This pod requires one volume:
Provision workload as a Kubernetes Deployment
resource, with RollingUpdate
strategy and the following attributes for nominal operation state:
Replicas
2
Minimum Ready Seconds
30
Maximum Surge
1
Maximum Unavailable
0
A volume named java-diag
, of type empty_dir
with the medium
parameter left blank or set to an empty string (""
). This is used by the .
A Kubernetes Service Account named middle-tier-service
should be associated with this workload, for bindings specified in .