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:
Fawaz Mohammed
2019-08-13 14:42:23 -07:00
committed by Kubernetes Prow Robot
parent 588c8602be
commit fffa87e6f1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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.
+1
View File
@@ -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 |