feat(argo-events): add support for resource requests/limits (#761)
* feat(argo-events): add support for resource requests/limits Signed-off-by: Chris St. Pierre <chris.a.st.pierre@gmail.com> * Fix `resources` scope Signed-off-by: Chris St. Pierre <chris.a.st.pierre@gmail.com> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
f6069848f5
commit
6acfdc62ef
5 changed files with 7 additions and 1 deletions
|
|
@ -53,6 +53,7 @@ spec:
|
|||
port: 8081
|
||||
initialDelaySeconds: 3
|
||||
periodSeconds: 3
|
||||
resources: {{- toYaml .Values.sensorController.resources | nindent 12 }}
|
||||
{{- with .Values.sensorController.priorityClassName }}
|
||||
priorityClassName: {{ . | quote }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue