You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: mariadb-7.5.2/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ The following table lists the configurable parameters of the MariaDB chart and t
73
73
|`service.clusterIp.master`| Specific cluster IP for master when service type is cluster IP. Use None for headless service |`nil`|
74
74
|`service.clusterIp.slave`| Specific cluster IP for slave when service type is cluster IP. Use None for headless service |`nil`|
75
75
|`service.port`| MySQL service port |`3306`|
76
+
|`enableServiceLinks`| Set to false to disable service links, which can cause slow pod startup times when there are many services in the current namespace. |`true`|
76
77
|`serviceAccount.create`| Specifies whether a ServiceAccount should be created |`false`|
77
78
|`serviceAccount.name`| The name of the ServiceAccount to create | Generated using the mariadb.fullname template |
78
79
|`schedulerName`| Name of the k8s scheduler (other than default) |`nil`|
0 commit comments