Skip to content

Commit

Permalink
metrics enabled var (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Operations <operations@localhost>
  • Loading branch information
c4rlier and Operations authored Jul 5, 2022
1 parent aca884f commit 7014d46
Show file tree
Hide file tree
Showing 2 changed files with 2 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: v1
name: app-mendix
version: 1.0.7
version: 1.0.8
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
value: "http://{{ .Release.Name }}.{{ .Values.ingress.domain }}/"
{{- end }}
{{- end }}
- name: METRICS_SERVICE_ENABLED
- name: OPENMETRICS_ENABLED
value: {{ .Values.metrics.enabled | quote}}
- name: MXRUNTIME_DatabaseHost
value: {{ .Values.mendixSystem.database.host | quote}}
Expand Down

0 comments on commit 7014d46

Please sign in to comment.