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: addons/mysql-cluster/8.0/chart/mysql-cluster/values.yaml
+16-17Lines changed: 16 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -971,28 +971,16 @@ rbac:
971
971
networkPolicy:
972
972
## @param networkPolicy.enabled Enable creation of NetworkPolicy resources
973
973
##
974
-
enabled: false
974
+
enabled: true
975
975
## @param networkPolicy.allowExternal The Policy model to apply.
976
976
## When set to false, only pods with the correct
977
977
## client label will have network access to the port MySQL is listening
978
978
## on. When true, MySQL will accept connections from any source
979
979
## (with the correct destination port).
980
980
##
981
-
allowExternal: true
982
-
## @param networkPolicy.explicitNamespacesSelector A Kubernetes LabelSelector to explicitly select namespaces from which ingress traffic could be allowed to MySQL
983
-
## If explicitNamespacesSelector is missing or set to {}, only client Pods that are in the networkPolicy's namespace
984
-
## and that match other criteria, the ones that have the good label, can reach the DB.
985
-
## But sometimes, we want the DB to be accessible to clients from other namespaces, in this case, we can use this
986
-
## LabelSelector to select these namespaces, note that the networkPolicy's namespace should also be explicitly added.
987
-
##
988
-
## Example:
989
-
## explicitNamespacesSelector:
990
-
## matchLabels:
991
-
## role: frontend
992
-
## matchExpressions:
993
-
## - {key: role, operator: In, values: [frontend]}
994
-
##
995
-
explicitNamespacesSelector: {}
981
+
allowCurrentNamespace: true
982
+
allowNamespaces: []
983
+
996
984
997
985
## @section Volume Permissions parameters
998
986
@@ -1035,7 +1023,7 @@ volumePermissions:
1035
1023
metrics:
1036
1024
## @param metrics.enabled Start a side-car prometheus exporter
0 commit comments