Skip to content

Commit

Permalink
fix(): add additional labels to servicemonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyvasylyna committed Dec 19, 2023
1 parent 0abd83b commit 53363a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/kube-ephemeral-storage-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions chart/kube-ephemeral-storage-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kube-ephemeral-storage-exporter

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -12,7 +12,7 @@ A Helm chart for Kubernetes
| fullnameOverride | string | `""` | |
| image | object | `{"pullPolicy":"IfNotPresent","repository":"kube-ephemeral-storage-exporter","tag":""}` | Docker image to use |
| imagePullSecrets | list | `[]` | |
| labels | object | `{}` | Additional labels |
| labels | object | `{}` | Additional labels |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| plainLogs | bool | `false` | Turn on plain logs. By defult logs are in JSON format |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
path: /metrics
targetPort: {{ .Values.port }}
port: http
honorLabels: true
jobLabel: app.kubernetes.io/name
selector:
matchLabels:
{{- include "kube-ephemeral-storage-exporter.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit 53363a4

Please sign in to comment.