mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
This commit adds support for the following scheduling labels: - nodeSelector: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ - tolerations: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ These couple of labels will allow custom pods scheduling depending on specified labels. By default, both labels will be empty. Signed-off-by: Obed N Munoz <obed.n.munoz@intel.com>
20 lines
442 B
YAML
20 lines
442 B
YAML
name: percona
|
|
version: 0.3.3
|
|
appVersion: 5.7.17
|
|
description: free, fully compatible, enhanced, open source drop-in replacement for
|
|
MySQL
|
|
keywords:
|
|
- mysql
|
|
- percona
|
|
- database
|
|
- sql
|
|
home: https://www.percona.com/
|
|
icon: https://www.percona.com/sites/all/themes/percona2015/logo.png
|
|
sources:
|
|
- https://github.com/kubernetes/charts
|
|
- https://github.com/docker-library/percona
|
|
maintainers:
|
|
- name: CaptTofu
|
|
email: patg@patg.net
|
|
engine: gotpl
|