[MARIADB] Set mTLS mode to STRICT to solve mysql connection issues
[oom.git] / kubernetes / common / mariadb-galera / templates / service.yaml
index 4cabde1..2dea4e9 100644 (file)
@@ -34,6 +34,6 @@ spec:
       app: {{ include "common.servicename" . }}
   portLevelMtls:
     '{{ .Values.service.internalPort }}':
-      mode: DISABLE
+      mode: STRICT
 {{-   end }}
 {{- end }}