Skip to content

Commit

Permalink
Bugfix template
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Dec 22, 2023
1 parent 3a4fafd commit 657838d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.0
version: 2.2.1
description: Mendix Application Chart.
icon: https://cinaq.github.io/helm-charts/icons/mendix-logo.png
maintainers:
Expand Down
1 change: 1 addition & 0 deletions charts/app-mendix/templates/deployment-leader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
ports:
- containerPort: {{ .Values.service.internalPort }}
name: app
{{- if .Values.metrics.enabled }}
- containerPort: {{ add (int .Values.service.internalPort) 2}}
name: metrics
- containerPort: 9273
Expand Down

0 comments on commit 657838d

Please sign in to comment.