fixed annotations (#8431)

Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
This commit is contained in:
André Bauer
2018-10-23 12:28:32 -07:00
committed by k8s-ci-robot
parent acf7c2b3b2
commit 7e73d8a9b9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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"` |
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "prometheus-mysql-exporter.fullname" . }}
+1 -1
View File
@@ -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: