Skip to content

Commit

Permalink
fixed annotations (helm#8431)
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek authored and k8s-ci-robot committed Oct 23, 2018
1 parent acf7c2b commit 7e73d8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/prometheus-mysql-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for prometheus mysql exporter with cloudsqlproxy
name: prometheus-mysql-exporter
version: 0.2.0
version: 0.2.1
home: https://github.com/prometheus/mysqld_exporter
appVersion: v0.11.0
sources:
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-mysql-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The following table lists the configurable parameters of the mysql exporter char
| `service.externalport` | The service port | `9104` |
| `service.internalPort` | The target port of the container | `9104` |
| `resources` | CPU/Memory resource requests/limits | `{}` |
| `annotations` | pod annotations for easier discovery | `{}` |
| `annotations` | pod annotations for easier discovery | `see values.yaml` |
| `mysql.db` | MySQL connection db (optional) | `""` |
| `mysql.host` | MySQL connection host | `localhost` |
| `mysql.param` | MySQL connection parameters (optional) | `"tcp"` |
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-mysql-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "prometheus-mysql-exporter.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-mysql-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ affinity: {}
annotations:
prometheus.io/scrape: "true"
prometheus.io/path: "/metrics"
prometheus.io/port: 9104
prometheus.io/port: "9104"

# mysql connection params which build the DATA_SOURCE_NAME env var of the docker container
mysql:
Expand Down

0 comments on commit 7e73d8a

Please sign in to comment.