Files
deprecated-helm-charts/stable/mysql/Chart.yaml
T
Anton Fayzrahmanov 9d9bb7d587 [stable/mysql] service endpoints shouldn't depend on /metrics (#6725)
* MySQL service endpoints shouldn't depend on /metrics

Problem: mysqld_metrics doesn't respond on "/metrics" when dropping big database. As result service has no endpoint because metrics cann't be queried.
Solution: use "/" for httpGet probes on metrics which will return only landing page with http code 200.

* Update Chart.yaml
2018-08-23 23:46:13 -07:00

21 lines
488 B
YAML
Executable File

name: mysql
version: 0.10.1
appVersion: 5.7.14
description: Fast, reliable, scalable, and easy to use open-source relational database
system.
keywords:
- mysql
- database
- sql
home: https://www.mysql.com/
icon: https://www.mysql.com/common/logos/logo-mysql-170x115.png
sources:
- https://github.com/kubernetes/charts
- https://github.com/docker-library/mysql
maintainers:
- name: olemarkus
email: o.with@sportradar.com
- name: viglesiasce
email: viglesias@google.com
engine: gotpl