mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-02 21:54:07 +00:00
* 1747 | remove obsolete yaml files * 1747 | remove configmap and its hardcoded references * 1747 | add missing input parameter of neo4j.host * 1747 | remove obsolete secrets and parameterize the rest * 1747 | auto-generate gms secret * 1747 | remove fullName overrides * 1747 | fix parameters in subchart's values.yaml * 1747 | remove hardcoding from parameters for gms host and port * 1747 | upgrade chart version * 1747 | update helm docs * 1747 | add extraEnv, extraVolume and extraMounts * 1747 | Alters pull policy of images to 'always' for ldh Co-authored-by: shakti-garg <shakti.garg@gmail.com>
datahub
A Helm chart for LinkedIn DataHub
Current chart version is 0.1.0
Chart Requirements
| Repository | Name | Version |
|---|---|---|
| file://./charts/datahub-frontend | datahub-frontend | 0.1.0 |
| file://./charts/datahub-gms | datahub-gms | 0.1.0 |
| file://./charts/datahub-mae-consumer | datahub-mae-consumer | 0.1.0 |
| file://./charts/datahub-mce-consumer | datahub-mce-consumer | 0.1.0 |
Chart Values
| Key | Type | Default | Description |
|---|---|---|---|
| datahub-frontend.enabled | bool | true |
|
| datahub-frontend.image.repository | string | "linkedin/datahub-frontend" |
|
| datahub-frontend.image.tag | string | "latest" |
|
| datahub-gms.enabled | bool | true |
|
| datahub-gms.image.repository | string | "linkedin/datahub-gms" |
|
| datahub-gms.image.tag | string | "latest" |
|
| datahub-mae-consumer.enabled | bool | true |
|
| datahub-mae-consumer.image.repository | string | "linkedin/datahub-mae-consumer" |
|
| datahub-mae-consumer.image.tag | string | "latest" |
|
| datahub-mce-consumer.enabled | bool | true |
|
| datahub-mce-consumer.image.repository | string | "linkedin/datahub-mce-consumer" |
|
| datahub-mce-consumer.image.tag | string | "latest" |
|
| global.datahub.appVersion | string | "1.0" |
|
| global.datahub.gms.port | string | "8080" |
|
| global.elasticsearch.host | string | "elasticsearch" |
|
| global.elasticsearch.port | string | "9200" |
|
| global.hostAliases[0].hostnames[0] | string | "broker" |
|
| global.hostAliases[0].hostnames[1] | string | "mysql" |
|
| global.hostAliases[0].hostnames[2] | string | "elasticsearch" |
|
| global.hostAliases[0].hostnames[3] | string | "neo4j" |
|
| global.hostAliases[0].ip | string | "192.168.0.104" |
|
| global.kafka.bootstrap.server | string | "broker:29092" |
|
| global.kafka.schemaregistry.url | string | "http://schema-registry:8081" |
|
| global.neo4j.host | string | "neo4j:7474" |
|
| global.neo4j.uri | string | "bolt://neo4j" |
|
| global.neo4j.username | string | "neo4j" |
|
| global.neo4j.password.secretRef | string | "neo4j-secrets" |
|
| global.neo4j.password.secretKey | string | "neo4j-password" |
|
| global.sql.datasource.driver | string | "com.mysql.jdbc.Driver" |
|
| global.sql.datasource.host | string | "mysql" |
|
| global.sql.datasource.url | string | "jdbc:mysql://mysql:3306/datahub?verifyServerCertificate=false\u0026useSSL=true" |
|
| global.sql.datasource.username | string | "datahub" |
|
| global.sql.datasource.password.secretRef | string | "mysql-secrets" |
|
| global.sql.datasource.password.secretKey | string | "mysql-password" |