Thanks to visit codestin.com Credit goes to github.com
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 9bf0555 commit 00ab14aCopy full SHA for 00ab14a
helm/templates/service.yaml
@@ -94,6 +94,7 @@ spec:
94
secretKeyRef:
95
name: {{ .Values.artifactory.secretName }}
96
key: token
97
+ resources: {{- toYaml .Values.resources | nindent 12 }}
98
{{- if .Values.volumeMounts }}
99
volumeMounts: {{- toYaml .Values.volumeMounts | nindent 12 }}
100
{{- end }}
helm/values.yaml
@@ -69,3 +69,13 @@ serviceAccount:
69
70
# nodeSelector -- Node labels for constraining the coder-xray pod to specific nodes.
71
nodeSelector: {}
72
+
73
+ # -- Resource limits and requests for the coder-xray pod
74
+resources: {}
75
+ # limits:
76
+ # cpu: 500m
77
+ # memory: 512Mi
78
+ # requests:
79
+ # cpu: 250m
80
+ # memory: 256Mi
81
0 commit comments