mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fixed annotations (#8431)
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
acf7c2b3b2
commit
7e73d8a9b9
@@ -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:
|
||||
|
||||
@@ -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" . }}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user