Skip to content

Commit

Permalink
Bugfix values file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Dec 22, 2023
1 parent 42cd04f commit a0a92d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.2
version: 2.2.3
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 @@ -33,7 +33,7 @@ spec:
- containerPort: {{ .Values.service.internalPort }}
name: app
{{- if .Values.metrics.enabled }}
- containerPort: {{ add (int .Values.service.internalPort) 2}}
- containerPort: {{ add (int .Values.service.internalPort) 2 }}
name: metrics
- containerPort: 9273
name: metrics_mendix
Expand Down
3 changes: 3 additions & 0 deletions charts/app-mendix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,6 @@ lifecycle:
prestop:
enabled: false
command: /opt/eap/bin/stop.sh

metrics:
enabled: true

0 comments on commit a0a92d9

Please sign in to comment.