Skip to content

Commit

Permalink
Add openstack exporter subchart
Browse files Browse the repository at this point in the history
Signed-off-by: Matus Jenca <[email protected]>
  • Loading branch information
MatusJenca2 committed Dec 3, 2024
1 parent 5fc402e commit 5d8b855
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ dependencies:
version: "9.1.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-blackbox-exporter.enabled
- name: prometheus-openstack-exporter
repository: oci://registry.scs.community/openstack-exporter
version: "0.4.5"
condition: prometheus-openstack-exporter.enabled
icon: https://cdn.ifne.eu/public/icons/dnation_k8sm8g.png
maintainers:
- name: dNation
Expand Down
7 changes: 7 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -666,3 +666,10 @@ loki-distributed:
aws:
s3: "s3://access_key:secret_access_key@custom_endpoint/bucket_name"
s3forcepathstyle: true # set to 'false' to enable virtual-hosted-style URLs

prometheus-openstack-exporter:
## Disable OpenStack exporter multicloud mode
##
multicloud:
enabled: false

0 comments on commit 5d8b855

Please sign in to comment.