We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4fafd commit 657838dCopy full SHA for 657838d
charts/app-mendix/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: app-mendix
3
-version: 2.2.0
+version: 2.2.1
4
description: Mendix Application Chart.
5
icon: https://cinaq.github.io/helm-charts/icons/mendix-logo.png
6
maintainers:
charts/app-mendix/templates/deployment-leader.yaml
@@ -32,6 +32,7 @@ spec:
32
ports:
33
- containerPort: {{ .Values.service.internalPort }}
34
name: app
35
+ {{- if .Values.metrics.enabled }}
36
- containerPort: {{ add (int .Values.service.internalPort) 2}}
37
name: metrics
38
- containerPort: 9273
0 commit comments