mirror of
https://github.com/helm/charts.git
synced 2026-08-19 20:37:05 +00:00
* servicemonitor.yaml: fixed servicemonitor.specselector.matchLabels.app value which must match with service.metadata.labels.app * servicemonitor.yaml: fixed servicemonitor.metadata.labels.release overide support which might be required for prometheus operator servicemonitorselector matchlabels criteria * servicemonitor.yaml: replaced hardcoded listening targetPort in favor of service port name reference * service.yaml: Added service port declaration for prometheus port exposed by container * deployment.yaml: added support for custom prometheus/mgmt port * deployment.yaml: added container ports declarations for default port exposed (https) and additional port used by prometheus/mgmt (http) * values.yaml: added support for custom prometheus/mgmt port Signed-off-by: Franck Labatut <flabatut@gmail.com>