Skip to content

Commit 66efcd6

Browse files
Guillaume LecceseLucasMrqes
authored andcommitted
feat(chart): allow service annotation on hermitcrab service to enable Topology Aware Routing
1 parent 5f1c2dc commit 66efcd6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

deploy/charts/burrito/templates/hermitcrab.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ apiVersion: v1
44
kind: Service
55
metadata:
66
name: burrito-hermitcrab
7+
annotations:
8+
{{- toYaml .service.annotations | nindent 4 }}
79
spec:
810
selector:
911
{{- toYaml .metadata.labels | nindent 4 }}

deploy/charts/burrito/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ hermitcrab:
131131
# -- The default issuer name is "burrito-ca-issuer", packaged with the chart
132132
name: burrito-ca-issuer
133133
kind: Issuer
134+
# -- Hermitcrab service configuration
135+
service:
136+
# -- Hermitcrab service annotations
137+
annotations: {}
134138
deployment:
135139
# -- Hermitcrab replicas
136140
replicas: 1

0 commit comments

Comments
 (0)