mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* 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
21 lines
488 B
YAML
Executable File
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
|