Skip to content

Commit

Permalink
add resources configuration into yurt-manager deployment (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
2456868764 authored Jan 8, 2024
1 parent 7ab4b2d commit 6ecbfe9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/yurt-manager/templates/yurt-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ spec:
timeoutSeconds: 2
periodSeconds: 10
failureThreshold: 2
{{- if .Values.resources }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- end }}
serviceAccountName: yurt-manager
{{- if .Values.affinity }}
affinity: {{ toYaml .Values.affinity | nindent 8 }}
Expand Down

0 comments on commit 6ecbfe9

Please sign in to comment.