Difference between revisions of "Draft: PEC-REP/Current/RAAPEGuide/Planning"
From Genesys Documentation
Line 262: | Line 262: | ||
path: "/usr/local/genesys/RAA/config/" | path: "/usr/local/genesys/RAA/config/" | ||
...</source> | ...</source> | ||
− | Alternatively, you can define Persistent Volume separately | + | Alternatively, you can define Persistent Volume separately by defining the name must in '''values.yaml''' using the <code class="yml variable">raa.volumes.config.pvc.volumeName</code> for binding to Persistent Volume Claim: |
'''myvalues.yaml''' | '''myvalues.yaml''' | ||
Line 279: | Line 279: | ||
===Health volume=== | ===Health volume=== | ||
RAA uses health volume for the following purposes: | RAA uses health volume for the following purposes: | ||
− | |||
*placing actual health files (see [https://docs.genesys.com/Documentation/RAA/latest/UG/AggProc#Checking_the_health_of_the_aggregate_process Checking the health of the aggregate process] for details) | *placing actual health files (see [https://docs.genesys.com/Documentation/RAA/latest/UG/AggProc#Checking_the_health_of_the_aggregate_process Checking the health of the aggregate process] for details) | ||
*place for prometheus file containing metrics for 2-3 scrape intervals behind | *place for prometheus file containing metrics for 2-3 scrape intervals behind | ||
*results of recent '''testRun''' init container execution | *results of recent '''testRun''' init container execution | ||
− | Size limit is set to 50MB by default. | + | Size limit is set to 50MB by default. Periodic interaction with the volume at runtime is expected, so Genesys does not recommended the use of very slow storage class for this volume. |
'''myvalues.yaml''' | '''myvalues.yaml''' | ||
Line 296: | Line 295: | ||
storageClassName: "<vendor storage class>" | storageClassName: "<vendor storage class>" | ||
...</source> | ...</source> | ||
− | RAA | + | The RAA Helm chart creates a Persistent Volume Claim. It can also optionally create a Persistent Volume (when <code class="yml variable">raa.volumes.health.pv</code> is specified). See how Persistent Volume is declared in the Helm chart: |
'''raa-config-volume.yaml''' | '''raa-config-volume.yaml''' |
Revision as of 18:45, June 23, 2021
This is a draft page; it has not yet been published.
Find out what to do before deploying Reporting and Analytics Aggregates (RAA).
Related documentation: