From b43e22118bc66059e787f2e2166ba93e5e2821b9 Mon Sep 17 00:00:00 2001 From: Xiwen Cheng Date: Sat, 23 Dec 2023 18:04:19 +0100 Subject: [PATCH] fix metrics-mendix port name --- charts/app-mendix/Chart.yaml | 2 +- charts/app-mendix/templates/deployment-leader.yaml | 2 +- charts/app-mendix/templates/deployment-slave.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/app-mendix/Chart.yaml b/charts/app-mendix/Chart.yaml index d9ac5bd..fc9a617 100644 --- a/charts/app-mendix/Chart.yaml +++ b/charts/app-mendix/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: app-mendix -version: 2.2.3 +version: 2.2.4 description: Mendix Application Chart. icon: https://cinaq.github.io/helm-charts/icons/mendix-logo.png maintainers: diff --git a/charts/app-mendix/templates/deployment-leader.yaml b/charts/app-mendix/templates/deployment-leader.yaml index 354fea4..853f3c0 100644 --- a/charts/app-mendix/templates/deployment-leader.yaml +++ b/charts/app-mendix/templates/deployment-leader.yaml @@ -36,7 +36,7 @@ spec: - containerPort: {{ add (int .Values.service.internalPort) 2 }} name: metrics - containerPort: 9273 - name: metrics_mendix + name: metrics-mendix {{- end }} env: - name: CF_INSTANCE_INDEX diff --git a/charts/app-mendix/templates/deployment-slave.yaml b/charts/app-mendix/templates/deployment-slave.yaml index cac4c7b..c222b35 100644 --- a/charts/app-mendix/templates/deployment-slave.yaml +++ b/charts/app-mendix/templates/deployment-slave.yaml @@ -45,7 +45,7 @@ spec: - containerPort: {{ add (int .Values.service.internalPort) 2 }} name: metrics - containerPort: 9273 - name: metrics_mendix + name: metrics-mendix {{- end }} env: - name: CF_INSTANCE_INDEX