Make beat resources configurable

This commit is contained in:
David Burke 2022-08-24 14:18:10 -04:00
parent 383f70c898
commit 44ed6ba81f
3 changed files with 11 additions and 9 deletions

View file

@ -39,12 +39,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
resources:
limits:
cpu: 50m
memory: 96Mi
requests:
cpu: 1m
memory: 32Mi
{{- toYaml .Values.web.resources | nindent 12 }}
env:
- name: SERVER_ROLE
value: "beat"