banzaicloud-stable/prometheus-operator-standalone
Chart version: 9.2.6
Api version: v1
App version: 0.40.0
Stripped down version of prometheus-operator to only provision ...
application
Chart Type
Active
Status
Unknown
License
1164
Downloads
https://kubernetes-charts.banzaicloud.com
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install prometheus-operator-standalone center/banzaicloud-stable/prometheus-operator-standalone
Versions (0)
View all
Prometheus operator standalone
This is a stripped down version of the upstream prometheus-operator chart.
This chart can be used to install the prometheus operator only, additionally using
the .Values.prometheusOperator.customResourceGroupRemap
settings you can make it
coexist with any prometheus operator already installed in the target system.
For example this values.yaml
prometheusOperator:
createCustomResource: true
customResourceGroupRemap:
enabled: true
newGroup: "monitoring.backyards.banzaicloud.io"
Will result in a setup that the usual monitoring CRDs will have a group name of
monitoring.backyards.banzaicloud.io
. In this setup to define a new Prometheus you
will need to use the monitoring.backyards.banzaicloud.io/v1/Prometheus
object.
To achieve this effect, we are relying on k8s-proxy