Enactor Estate Manager Stack
Service | Description |
---|---|
EMA | Application User Interface |
EMP | Application Processing |
EMS | Key online services include |
EMR | Report engine for estate Manager reporting |
EMC | Card Auth |
TMS | Terminal Management Services |
To install the chart with the release name my-release
:
$ helm install my-release enator-estatemanager
Repository | Name | Version |
---|---|---|
em-adyenintegrationservice | * | |
em-application | * | |
em-cardauth | * | |
em-processing | * | |
em-reports | * | |
em-services | * | |
em-terminalmanagement | * | |
https://charts.bitnami.com/bitnami | mariadb | 11.4.0 |
Key | Type | Default | Description |
---|---|---|---|
em-adyenintegrationservice.deploy | bool | true |
|
em-adyenintegrationservice.ingress.enabled | bool | true |
|
em-application.deploy | bool | true |
|
em-application.ingress.enabled | bool | true |
|
em-application.persistentVolume.persistentStorageClassName | string | "managed-nfs-storage-retain" |
|
em-application.persistentVolume.size | string | "5Gi" |
|
em-cardauth.deploy | bool | true |
|
em-processing.deploy | bool | true |
|
em-processing.ingress.enabled | bool | true |
|
em-processing.persistentVolume.persistentStorageClassName | string | "managed-nfs-storage-retain" |
|
em-processing.persistentVolume.size | string | "100Gi" |
|
em-processing.sidecars.empwatch.deploy | bool | true |
|
em-processing.sidecars.empwatch.tag | string | "1.2.0" |
|
em-reports.deploy | bool | true |
|
em-services.deploy | bool | true |
|
em-services.ingress.enabled | bool | true |
|
em-terminalmanagement.deploy | bool | true |
|
em-terminalmanagement.ingress.enabled | bool | false |
|
global.clusterUrl | string | "enactor-em.local" |
|
global.database | object | {"db_host":"mariadb-0.mariadb","db_port":3306,"db_schema":"enactorem_test"} |
DB Connection details set to mariadb-0.mariadb if using the in-cluster database (see below) else set DB connection details here. db_pass is encrypted in estate manager |
global.enactor | object | {"extraVars":[],"image":{"registry":null,"tag":null}} |
Pass extra environment variables to all enactor containers (override common vars). |
global.env | string | "tmp" |
|
global.waitforit.image.registry | string | nil |
|
global.waitforit.image.repository | string | "willwill/wait-for-it" |
|
mariadb.auth.database | string | "enactorem_test" |
|
mariadb.auth.password | string | "p4ssw0rd" |
|
mariadb.auth.rootPassword | string | "toor" |
|
mariadb.auth.username | string | "enactor_app" |
|
mariadb.deploy | bool | true |
|
mariadb.primary.configuration | string | "[mysqld]\nskip-name-resolve\nexplicit_defaults_for_timestamp\nbasedir=/opt/bitnami/mariadb\nplugin_dir=/opt/bitnami/mariadb/plugin\nport=3306\nsocket=/opt/bitnami/mariadb/tmp/mysql.sock\ntmpdir=/opt/bitnami/mariadb/tmp\nmax_allowed_packet=16M\nbind-address=*\npid-file=/opt/bitnami/mariadb/tmp/mysqld.pid\nlog-error=/opt/bitnami/mariadb/logs/mysqld.log\n\nslow_query_log=0\nslow_query_log_file=/opt/bitnami/mariadb/logs/mysqld.log\nlong_query_time=10.0\n\ncharacter-set-server = utf8mb4\ncollation-server = utf8mb4_general_ci\ntransaction_isolation = READ-COMMITTED\nlower_case_table_names = 1\n\n[client]\nport=3306\nsocket=/opt/bitnami/mariadb/tmp/mysql.sock\ndefault-character-set=UTF8\nplugin_dir=/opt/bitnami/mariadb/plugin\n\n[manager]\nport=3306\nsocket=/opt/bitnami/mariadb/tmp/mysql.sock\npid-file=/opt/bitnami/mariadb/tmp/mysqld.pid\n" |
|
mariadb.primary.persistence.size | string | "25Gi" |
Autogenerated from chart metadata using helm-docs v1.11.0