Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit938bd73

Browse files
helm: added service annotations (#4062)
1 parent45f39ba commit938bd73

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)

[8]ページ先頭

©2009-2025 Movatter.jp