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

Commit44c340d

Browse files
committed
feat(helm): add nodeSelector var
1 parent8c08271 commit44c340d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

‎templates/service.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ spec:
5050
imagePullSecrets:
5151
{{- toYaml . | nindent 8 }}
5252
{{- end }}
53+
{{- with .Values.nodeSelector }}
54+
nodeSelector:
55+
{{- toYaml . | nindent 8 }}
56+
{{- end }}
5357
containers:
5458
-name:coder-logstream-kube
5559
image:"{{ .Values.image.repo }}:{{ .Values.image.tag | default .Chart.AppVersion }}"

‎values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ serviceAccount:
4545
labels:{}
4646
# coder.serviceAccount.name -- The service account name
4747
name:coder-logstream-kube
48+
49+
# nodeSelector -- Node labels for constraining the coder-logstream pod to specific nodes.
50+
nodeSelector:{}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp