Marquez Helm Chart
Helm Chart for Marquez.
$ helm install marquez .
To install the chart with the release name my-release
:
$ helm install marquez .
Note: For a list of parameters that can be overridden during installation, see the configuration section.
To uninstall the marquez
deployment:
$ helm delete marquez
Marquez parameters
Parameter | Description | Default |
---|---|---|
marquez.image.repository |
Marquez image | marquezproject/marquez |
marquez.image.tag |
Marquez image tag | 0.10.4 |
marquez.image.pullPolicy |
Image pull policy | IfNotPresent |
marquez.replicaCount |
Number of desired replicas | 1 |
marquez.db.host |
PostgreSQL host | nil |
marquez.db.port |
PostgreSQL port | 5432 |
marquez.db.name |
PostgreSQL database | marquez |
marquez.db.user |
PostgreSQL user | buendia |
marquez.db.password |
PostgreSQL password | macondo |
Marquez Web UI parameters
Parameter | Description | Default |
---|---|---|
web.image.repository |
Marquez Web UI image | marquez-web |
web.image.tag |
Marquez Web UI image tag | 0.3.0 . |
web.image.pullPolicy |
Image pull policy | IfNotPresent |
web.replicaCount |
Number of desired replicas | 1 |
See CONTRIBUTING.md for more details about how to contribute.