Skip to content

Commit 01115e7

Browse files
committed
chore(monitor): provide any additional service annotations
1 parent e4e151a commit 01115e7

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

charts/monitor/templates/monitor-grafana-svc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ apiVersion: v1
33
kind: Service
44
metadata:
55
name: drycc-monitor-grafana
6+
annotations:
7+
{{- with .Values.grafana.service.annotations }}
8+
{{- toYaml . | nindent 4 }}
9+
{{- end }}
610
labels:
711
heritage: drycc
812
app: drycc-monitor-grafana

charts/monitor/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ grafana:
55
imageRegistry: "docker.io"
66
# limitsCpu: "100m"
77
# limitsMemory: "50Mi"
8+
9+
# Service
10+
service:
11+
# Provide any additional service annotations
12+
annotations: {}
13+
814
persistence:
915
enabled: false
1016
accessMode: ReadWriteOnce

0 commit comments

Comments
 (0)