mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:27:38 +08:00
Dremio photon 5 (#32948)
* [bitnami/dremio] Use small resourcesPreset for metrics Signed-off-by: David Gomez <david.gomez@broadcom.com> * [bitnami/dremio] Increase test timeout Signed-off-by: David Gomez <david.gomez@broadcom.com> --------- Signed-off-by: David Gomez <david.gomez@broadcom.com>
This commit is contained in:
@@ -35,13 +35,13 @@ http:
|
||||
{{- if .Vars.metrics.enabled }}
|
||||
http://127.0.0.1:{{ .Vars.metrics.containerPorts.metrics }}/metrics:
|
||||
status: 200
|
||||
timeout: 30000
|
||||
timeout: 120000
|
||||
body:
|
||||
- /metrics_dremio/
|
||||
{{- /* Not testing the body output because it is causing a CancelTimeoutError from time to time (probably because of the resource preset we are using) */}}
|
||||
http://dremio-metrics:{{ .Vars.metrics.service.ports.metrics }}/metrics:
|
||||
status: 200
|
||||
timeout: 30000
|
||||
timeout: 120000
|
||||
{{- end }}
|
||||
addr:
|
||||
tcp://dremio-master-coordinator-0.dremio-headless:{{ .Vars.dremio.containerPorts.liveness }}:
|
||||
|
||||
@@ -76,6 +76,7 @@ metrics:
|
||||
metrics: 41881
|
||||
containerPorts:
|
||||
metrics: 41884
|
||||
resourcesPreset: small
|
||||
# We deploy a PostgreSQL instance so we can use it in Dremio as a data source. We create a database
|
||||
# that we can verify in the Cypress test
|
||||
extraDeploy:
|
||||
|
||||
Reference in New Issue
Block a user