Specify beat resources
This commit is contained in:
parent
44ed6ba81f
commit
9960f52561
|
@ -39,7 +39,7 @@ spec:
|
|||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
resources:
|
||||
{{- toYaml .Values.web.resources | nindent 12 }}
|
||||
{{- toYaml .Values.beat.resources | nindent 12 }}
|
||||
env:
|
||||
- name: SERVER_ROLE
|
||||
value: "beat"
|
||||
|
|
Loading…
Reference in a new issue