mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Adding service.type variable in stable/mysqtl readme. As it is a valid variable in the chart (#16297)
Signed-off-by: fawaz-moh <fawaz.moh.ibraheem@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
588c8602be
commit
fffa87e6f1
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: mysql
|
||||
version: 1.3.0
|
||||
version: 1.3.1
|
||||
appVersion: 5.7.14
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database
|
||||
system.
|
||||
|
||||
@@ -102,6 +102,7 @@ The following table lists the configurable parameters of the MySQL chart and the
|
||||
| `securityContext.fsGroup` | Group ID for the container (mysql pod) | 999 |
|
||||
| `securityContext.runAsUser` | User ID for the container (mysql pod) | 999 |
|
||||
| `service.annotations` | Kubernetes annotations for mysql | {} |
|
||||
| `service.type` | Kubernetes service type | ClusterIP |
|
||||
| `service.loadBalancerIP` | LoadBalancer service IP | `""` |
|
||||
| `ssl.enabled` | Setup and use SSL for MySQL connections | `false` |
|
||||
| `ssl.secret` | Name of the secret containing the SSL certificates | mysql-ssl-certs |
|
||||
|
||||
Reference in New Issue
Block a user