diff options
author | Rommel Pawar <rommel.pawar@bell.ca> | 2022-09-22 14:04:14 -0700 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2022-09-27 18:11:32 +0000 |
commit | c8845ef1b7c3d78e756240d3f8c95470ece7529d (patch) | |
tree | 55940fd40e6fa71d7a1c22a841cd4c1c85596824 /kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties | |
parent | 740cb1c679b52e3d4597c1211ff9b0a02bde84d4 (diff) |
[AAI] OOM AAI resources healthcheck based on Cassandra DB Healthcheck
Use echo endpoint for aai-resources liveness and readiness probes
Updated aai resources docker image
Issue-ID: AAI-3528
Signed-off-by: Rommel Pawar <rommel.pawar@bell.ca>
Change-Id: I2ceb489142063189d39ec271d3ea82e00e781b75
Diffstat (limited to 'kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties')
-rw-r--r-- | kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties b/kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties index 2e6fd25c2b..a569b5366b 100644 --- a/kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties +++ b/kubernetes/aai/components/aai-resources/resources/config/aaiconfig.properties @@ -97,3 +97,16 @@ aai.bulkconsumer.payloadlimit={{ .Values.config.bulk.limit }} #uncomment and use header X-OverrideLimit with the value to override the bulk api limit aai.bulkconsumer.payloadoverride={{ .Values.config.bulk.override }} + +# +# AAI Graph DB checker task +# + +# Indicator to enable or disable scheduled task (true/false) +aai.graph.checker.task.enabled=true + +# Delay, in seconds, before the scheduled task is started, if enabled +aai.graph.checker.task.delay=5 + +# Period, in seconds, between two consecutive executions of the scheduled task, if enabled +aai.graph.checker.task.period=10
\ No newline at end of file |