Skip to content

Commit

Permalink
Merge pull request #425 from mojaloop/liveness-probe
Browse files Browse the repository at this point in the history
feat: configure liveness probe endpoint for ALS, CL, QS, transaction-request-service, ml-api-adapter
  • Loading branch information
kalinkrustev authored Nov 25, 2024
2 parents 76b239b + 88151cd commit 4652d3a
Showing 1 changed file with 14 additions and 52 deletions.
66 changes: 14 additions & 52 deletions terraform/k8s/default-config/mojaloop-values-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ _DEFINE:
livenessProbe:
initialDelaySeconds: 5
timeoutSeconds: 2
httpGet:
path: /live
readinessProbe:
initialDelaySeconds: 5
timeoutSeconds: 1
Expand All @@ -14,6 +16,7 @@ _DEFINE:
livenessProbe:
initialDelaySeconds: 5
CONFIG: &CONFIG
replicaCount: 1
config: &BASE_CONFIG
event_log_filter: ""
log_level: warn
Expand Down Expand Up @@ -50,36 +53,13 @@ centralledger:
centralledger-handler-timeout: *SERVICE
centralledger-handler-admin-transfer: *SERVICE
centralsettlement:
centralsettlement-service:
replicaCount: 1
config:
event_log_filter: ""
centralsettlement-handler-deferredsettlement:
replicaCount: 1
config:
event_log_filter: ""
centralsettlement-service: *CONFIG
centralsettlement-handler-deferredsettlement: *CONFIG
centralsettlement-handler-grosssettlement:
replicaCount: 0
config:
event_log_filter: ""
centralsettlement-handler-rules:
replicaCount: 1
config:
event_log_filter: ""
transaction-requests-service:
replicaCount: 1
readinessProbe:
initialDelaySeconds: 5
timeoutSeconds: 2
livenessProbe:
initialDelaySeconds: 5
timeoutSeconds: 1
periodSeconds: 1
sidecar:
readinessProbe:
initialDelaySeconds: 5
livenessProbe:
initialDelaySeconds: 5
config: *BASE_CONFIG
centralsettlement-handler-rules: *CONFIG
transaction-requests-service: *SERVICE
thirdparty:
auth-svc:
replicaCount: 1
Expand All @@ -89,28 +69,10 @@ thirdparty:
replicaCount: 1
mojaloop-bulk:
bulk-api-adapter:
bulk-api-adapter-service:
replicaCount: 1
config:
event_log_filter: ""
bulk-api-adapter-handler-notification:
replicaCount: 1
config:
event_log_filter: ""
bulk-api-adapter-service: *CONFIG
bulk-api-adapter-handler-notification: *CONFIG
bulk-centralledger:
cl-handler-bulk-transfer-prepare:
replicaCount: 1
config:
event_log_filter: ""
cl-handler-bulk-transfer-fulfil:
replicaCount: 1
config:
event_log_filter: ""
cl-handler-bulk-transfer-processing:
replicaCount: 1
config:
event_log_filter: ""
cl-handler-bulk-transfer-get:
replicaCount: 1
config:
event_log_filter: ""
cl-handler-bulk-transfer-prepare: *CONFIG
cl-handler-bulk-transfer-fulfil: *CONFIG
cl-handler-bulk-transfer-processing: *CONFIG
cl-handler-bulk-transfer-get: *CONFIG

0 comments on commit 4652d3a

Please sign in to comment.