We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1c2dc commit 66efcd6Copy full SHA for 66efcd6
deploy/charts/burrito/templates/hermitcrab.yaml
@@ -4,6 +4,8 @@ apiVersion: v1
4
kind: Service
5
metadata:
6
name: burrito-hermitcrab
7
+ annotations:
8
+ {{- toYaml .service.annotations | nindent 4 }}
9
spec:
10
selector:
11
{{- toYaml .metadata.labels | nindent 4 }}
deploy/charts/burrito/values.yaml
@@ -131,6 +131,10 @@ hermitcrab:
131
# -- The default issuer name is "burrito-ca-issuer", packaged with the chart
132
name: burrito-ca-issuer
133
kind: Issuer
134
+ # -- Hermitcrab service configuration
135
+ service:
136
+ # -- Hermitcrab service annotations
137
+ annotations: {}
138
deployment:
139
# -- Hermitcrab replicas
140
replicas: 1
0 commit comments