Skip to content

Commit 938bd73

Browse files
helm: added service annotations (#4062)
1 parent 45f39ba commit 938bd73

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

helm/templates/service.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
name: coder
77
labels:
88
{{- include "coder.labels" . | nindent 4 }}
9+
annotations:
10+
{{- toYaml .Values.coder.service.annotations | nindent 4 }}
911
spec:
1012
type: {{ .Values.coder.service.type }}
1113
ports:

helm/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@ coder:
7878
# your cloud and specify it here in production to avoid accidental IP
7979
# address changes.
8080
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

Comments
 (0)