Skip to content

Commit

Permalink
feat(monitoring): Add ServiceMonitor for prom scrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
firehist committed Sep 9, 2023
1 parent b4d5bda commit 3157a27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ entries:
url: https://github.com/8gears/n8n-helm-chart/pull/46
apiVersion: v2
appVersion: 1.5.1
created: "2023-09-09T23:43:13.773941+02:00"
created: "2023-09-09T23:55:14.706293+02:00"
dependencies:
- condition: redis.enabled
name: redis
Expand All @@ -30,7 +30,7 @@ entries:
description: A Kubernetes Helm chart for n8n a free and open fair-code licensed
node based Workflow Automation Tool. Easily automate tasks across different
services.
digest: a217e5b551e370fcbd2448da454a5c40d8d74092b5e47d4c83756037bec5769f
digest: 5c85a208dc60c0bf20984b32b914c982a94f4109fd22851b927749bca7bcdb3c
home: https://github.com/8gears/n8n-helm-chart
icon: https://avatars1.githubusercontent.com/u/45487711?s=200&v=4
keywords:
Expand Down Expand Up @@ -63,7 +63,7 @@ entries:
aka @swarnat\"\n url: https://github.com/swarnat\n"
apiVersion: v2
appVersion: 0.217.1
created: "2023-09-09T23:43:13.743272+02:00"
created: "2023-09-09T23:55:14.683568+02:00"
dependencies:
- condition: redis.enabled
name: redis
Expand Down Expand Up @@ -92,4 +92,4 @@ entries:
urls:
- https://elium.github.io/n8n-helm-chart/n8n-0.10.0.tgz
version: 0.10.0
generated: "2023-09-09T23:43:13.735827+02:00"
generated: "2023-09-09T23:55:14.67762+02:00"
Binary file modified public/n8n-0.12.1.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ helm.sh/chart: {{ include "n8n.chart" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
{{- if .Values.metrics.enabled }}
release: {{ .Values.metrics.namespace }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}

Expand Down

0 comments on commit 3157a27

Please sign in to comment.