Skip to content

Commit 365a542

Browse files
committed
chore(passport): provide any additional service annotations
1 parent ff91dfd commit 365a542

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

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

charts/passport/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ adminUsername: "admin"
4646
adminPassword: "admin"
4747
adminEmail: "admin@email.com"
4848

49+
# Service
50+
service:
51+
# Provide any additional service annotations
52+
annotations: {}
53+
4954
redis:
5055
replicas: 1
5156

0 commit comments

Comments
 (0)