Skip to content

Latest commit

 

History

History
 
 

chart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Marquez Helm Chart

Gitter license

Helm Chart for Marquez.

TL;DR;

$ helm install marquez .

Installing the Chart

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.

Uninstalling the Chart

To uninstall the marquez deployment:

$ helm delete marquez

Configuration

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

Contributing

See CONTRIBUTING.md for more details about how to contribute.