@@ -45,28 +45,32 @@ helm delete marquez
4545
4646### [ Marquez] ( https://github.com/MarquezProject/marquez ) ** parameters**
4747
48- | Parameter | Description | Default |
49- | ------------------------------| ----------------------------------------| --------------------------|
50- | ` marquez.serviceAccount ` | K8s service account for Marquez Deploy | ` default ` |
51- | ` marquez.replicaCount ` | Number of desired replicas | ` 1 ` |
52- | ` marquez.image.registry ` | Marquez image registry | ` docker.io ` |
53- | ` marquez.image.repository ` | Marquez image repository | ` marquezproject/marquez ` |
54- | ` marquez.image.tag ` | Marquez image tag | ` 0.15.0 ` |
55- | ` marquez.image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
56- | ` marquez.existingSecretName ` | Name of an existing secret containing db password ('marquez-db-password' key) | ` nil ` |
57- | ` marquez.db.host ` | PostgreSQL host | ` localhost ` |
58- | ` marquez.db.port ` | PostgreSQL port | ` 5432 ` |
59- | ` marquez.db.name ` | PostgreSQL database | ` marquez ` |
60- | ` marquez.db.user ` | PostgreSQL user | ` buendia ` |
61- | ` marquez.db.password ` | PostgreSQL password | ` macondo ` |
62- | ` marquez.migrateOnStartup ` | Execute Flyway migration | ` true ` |
63- | ` marquez.hostname ` | Marquez hostname | ` localhost ` |
64- | ` marquez.port ` | API host port | ` 5000 ` |
65- | ` marquez.adminPort ` | Heath/Liveness host port | ` 5001 ` |
66- | ` marquez.resources.limits ` | K8s resource limit overrides | ` nil ` |
67- | ` marquez.resources.requests ` | K8s resource requests overrides | ` nil ` |
68- | ` marquez.podAnnotations ` | Additional pod annotations for Marquez | ` {} ` |
69- | ` marquez.extraContainers ` | Additional container definitions to include inside Marquez Pod | ` [] ` |
48+ | Parameter | Description | Default |
49+ | ------------------------------| -------------------------------------------------------------------------------| --------------------------|
50+ | ` marquez.serviceAccount ` | K8s service account for Marquez Deploy | ` default ` |
51+ | ` marquez.replicaCount ` | Number of desired replicas | ` 1 ` |
52+ | ` marquez.image.registry ` | Marquez image registry | ` docker.io ` |
53+ | ` marquez.image.repository ` | Marquez image repository | ` marquezproject/marquez ` |
54+ | ` marquez.image.tag ` | Marquez image tag | ` 0.15.0 ` |
55+ | ` marquez.image.pullPolicy ` | Image pull policy | ` IfNotPresent ` |
56+ | ` marquez.existingSecretName ` | Name of an existing secret containing db password ('marquez-db-password' key) | ` nil ` |
57+ | ` marquez.db.host ` | PostgreSQL host | ` localhost ` |
58+ | ` marquez.db.port ` | PostgreSQL port | ` 5432 ` |
59+ | ` marquez.db.name ` | PostgreSQL database | ` marquez ` |
60+ | ` marquez.db.user ` | PostgreSQL user | ` buendia ` |
61+ | ` marquez.db.password ` | PostgreSQL password | ` macondo ` |
62+ | ` marquez.dbRetention.enabled ` | Enables retention policy | ` false ` |
63+ | ` marquez.dbRetention.frequencyMins ` | Apply retention policy at a frequency of every 'X' minutes | ` 15 ` |
64+ | ` marquez.dbRetention.numberOfRowsPerBatch ` | Maximum number of rows deleted per batch | ` 1000 ` |
65+ | ` marquez.dbRetention.retentionDays ` | Maximum retention days | ` 7 ` |
66+ | ` marquez.migrateOnStartup ` | Execute Flyway migration | ` true ` |
67+ | ` marquez.hostname ` | Marquez hostname | ` localhost ` |
68+ | ` marquez.port ` | API host port | ` 5000 ` |
69+ | ` marquez.adminPort ` | Heath/Liveness host port | ` 5001 ` |
70+ | ` marquez.resources.limits ` | K8s resource limit overrides | ` nil ` |
71+ | ` marquez.resources.requests ` | K8s resource requests overrides | ` nil ` |
72+ | ` marquez.podAnnotations ` | Additional pod annotations for Marquez | ` {} ` |
73+ | ` marquez.extraContainers ` | Additional container definitions to include inside Marquez Pod | ` [] ` |
7074
7175### [ Marquez Web UI] ( https://github.com/MarquezProject/marquez-web ) ** parameters**
7276
0 commit comments