mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
feat(helm): add option to enable prometheus metrics
This commit is contained in:
parent
822355eedb
commit
a6097204c7
2 changed files with 8 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ spec:
|
|||
value: {{ .Values.sentry.dsn }}
|
||||
{{- end }}
|
||||
|
||||
{{- if .Values.prometheus.enabled }}
|
||||
- name: PROMETHEUS_ENABLED
|
||||
value: "true"
|
||||
{{- end }}
|
||||
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -86,3 +86,6 @@ auth:
|
|||
sentry:
|
||||
enabled: false
|
||||
dsn: ""
|
||||
|
||||
prometheus:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue