From ba1200c2bc0c51411ca49efb17f179441285c215 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 7 Apr 2022 17:02:59 +0200 Subject: [COMMON][MARIABD] MariaDB ServiceMesh compatibility Update the port names of metrics and mariadb to match the istio requirements and update the timeouts. Fix mysql protocol setup for istio and update mariadb-init job to support istio sidecar communication. This is separated from a patch for CDS SM compatibility Issue-ID: OOM-2820 Signed-off-by: Andreas Geissler Change-Id: I02c19c9fcfbd76a2cede0b924174ad81b45d719e --- kubernetes/common/mariadb-galera/templates/metrics-svc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kubernetes/common/mariadb-galera/templates/metrics-svc.yaml') diff --git a/kubernetes/common/mariadb-galera/templates/metrics-svc.yaml b/kubernetes/common/mariadb-galera/templates/metrics-svc.yaml index e71351e9cb..841aab3e17 100644 --- a/kubernetes/common/mariadb-galera/templates/metrics-svc.yaml +++ b/kubernetes/common/mariadb-galera/templates/metrics-svc.yaml @@ -27,8 +27,8 @@ metadata: spec: type: {{ .Values.metrics.service.type }} ports: - - name: metrics + - name: tcp-metrics port: {{ .Values.metrics.service.port }} - targetPort: metrics + targetPort: tcp-metrics selector: {{- include "common.matchLabels" . | nindent 4 }} {{- end }} -- cgit 1.2.3-korg