Skip to content

Commit 400da5f

Browse files
committed
chore(builder): provide any additional service annotations
1 parent fd8108e commit 400da5f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

charts/builder/templates/builder-service.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ apiVersion: v1
22
kind: Service
33
metadata:
44
name: drycc-builder
5+
annotations:
6+
{{- with .Values.service.annotations }}
7+
{{- toYaml . | nindent 4 }}
8+
{{- end }}
59
labels:
610
heritage: drycc
711
spec:

charts/builder/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ imagePullPolicy: "Always"
33
imageTag: "canary"
44
imageRegistry: "docker.io"
55
service:
6+
# Provide any additional service annotations
7+
annotations: {}
68
# Service type default to LoadBalancer
79
type: ClusterIP
810
# If service.type is not set to NodePort, the following statement will be ignored.

0 commit comments

Comments
 (0)