Skip to content

Commit e3304fe

Browse files
committed
expose metrics service
1 parent e2337ad commit e3304fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/memobase/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sources:
66
- https://github.com/memodb-io/memobase
77
- https://github.com/memodb-io/memobase-helm
88
type: application
9-
version: 0.0.8
9+
version: 0.0.9
1010
appVersion: 0.0.33

charts/memobase/templates/prom-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: {{ include "memobase.name" . }}-prometheus
66
namespace: {{ .Release.Namespace }}
77
labels:
8-
app: {{ include "memobase.name" . }}
8+
app: {{ include "memobase.name" . }}-prometheus
99
{{- include "memobase.labels" . | nindent 4 }}
1010
annotations:
1111
{{- toYaml .Values.service.annotations | nindent 4 }}

0 commit comments

Comments
 (0)