Skip to content

Commit

Permalink
fix metrics-mendix port name
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Dec 23, 2023
1 parent a0a92d9 commit b43e221
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/app-mendix/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/app-mendix/templates/deployment-leader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/app-mendix/templates/deployment-slave.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b43e221

Please sign in to comment.