Skip to content

Commit 5ffa541

Browse files
committed
chore(database): provide any additional service annotations
1 parent f9ef838 commit 5ffa541

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

charts/database/templates/database-service.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-database
6+
annotations:
7+
{{- with .Values.service.annotations }}
8+
{{- toYaml . | nindent 4 }}
9+
{{- end }}
610
labels:
711
heritage: drycc
812
spec:

charts/database/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ imageRegistry: "docker.io"
77
# limitsHugepages2Mi: 100Mi
88
# limitsHugepages1Gi: 2Gi
99
timeout: "1200"
10+
# Service
11+
service:
12+
# Provide any additional service annotations
13+
annotations: {}
1014
# GCP PDs and EBS volumes are supported only
1115
persistence:
1216
enabled: false # Set to true to enable persistence

0 commit comments

Comments
 (0)