Skip to content

Commit 73f8787

Browse files
committed
chore(registry): provide any additional service annotations
1 parent b1215e9 commit 73f8787

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

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

charts/registry/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ imageTag: "canary"
44
imageRegistry: "docker.io"
55
# limitsCpu: "100m"
66
# limitsMemory: "50Mi"
7+
8+
# Service
9+
service:
10+
# Provide any additional service annotations
11+
annotations: {}

0 commit comments

Comments
 (0)