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
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
/coder-xrayPublic archive

fix(helm): add resources block#33

Merged
matifali merged 1 commit intocoder:mainfromNicolas-M:fix-helm-resources
May 6, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletionshelm/templates/service.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -94,6 +94,7 @@ spec:
secretKeyRef:
name:{{ .Values.artifactory.secretName }}
key:token
resources:{{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.volumeMounts }}
volumeMounts:{{- toYaml .Values.volumeMounts | nindent 12 }}
{{- end }}
Expand Down
10 changes: 10 additions & 0 deletionshelm/values.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -69,3 +69,13 @@ serviceAccount:

# nodeSelector -- Node labels for constraining the coder-xray pod to specific nodes.
nodeSelector:{}

# -- Resource limits and requests for the coder-xray pod
resources:{}
# limits:
# cpu: 500m
# memory: 512Mi
# requests:
# cpu: 250m
# memory: 256Mi


[8]ページ先頭

©2009-2025 Movatter.jp