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 45f39ba commit 938bd73Copy full SHA for 938bd73
helm/templates/service.yaml
@@ -6,6 +6,8 @@ metadata:
6
name: coder
7
labels:
8
{{- include "coder.labels" . | nindent 4 }}
9
+ annotations:
10
+ {{- toYaml .Values.coder.service.annotations | nindent 4 }}
11
spec:
12
type: {{ .Values.coder.service.type }}
13
ports:
helm/values.yaml
@@ -78,3 +78,6 @@ coder:
78
# your cloud and specify it here in production to avoid accidental IP
79
# address changes.
80
loadBalancerIP: ""
81
+ # coder.service.annotations -- The service annotations. See:
82
+ # https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
83
+ annotations: {}
0 commit comments