Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auto-bump][chart] prometheus-elasticsearch-exporter-4.14.0 #254

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions addons/elasticsearch-exporter/1.5.x/elasticsearch-exporter-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
apiVersion: kubeaddons.mesosphere.io/v1beta2
kind: Addon
metadata:
name: elasticsearch-exporter
labels:
kubeaddons.mesosphere.io/name: elasticsearch-exporter
kubeaddons.mesosphere.io/hack-requires-defaultstorageclass: "true"
annotations:
catalog.kubeaddons.mesosphere.io/certification: '["certified"]'
catalog.kubeaddons.mesosphere.io/addon-revision: "1.5.0-1"
appversion.kubeaddons.mesosphere.io/elasticsearch-exporter: "1.5.0"
values.chart.helm.kubeaddons.mesosphere.io/elasticsearch-exporter: "https://raw.githubusercontent.com/mesosphere/charts/2d10aae/stable/elasticsearch-exporter/values.yaml"
spec:
kubernetes:
minSupportedVersion: v1.15.0
cloudProvider:
- name: aws
enabled: true
- name: azure
enabled: true
- name: gcp
enabled: true
- name: docker
enabled: false
- name: none
enabled: true
requires:
- matchLabels:
kubeaddons.mesosphere.io/name: elasticsearch-oss
chartReference:
chart: prometheus-elasticsearch-exporter
repo: https://prometheus-community.github.io/helm-charts
version: 4.14.0
values: |
---
#fullnameOverride: ""
#nameOverride: ""
es:
uri: http://elasticsearch-oss-client:9200
service:
labels:
servicemonitor.kubeaddons.mesosphere.io/path: "metrics"
metricsPort:
name: metrics