Add jobserver option, bump server version.
This commit is contained in:
@@ -92,6 +92,13 @@ spec:
|
||||
{{- if .Values.envFrom }}
|
||||
envFrom: {{- include "common.tplvalues.render" (dict "value" .Values.envFrom "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- if .Values.jobserver.enabled }}
|
||||
env:
|
||||
- name: MM_JOBSETTINGS_RUNJOBS
|
||||
value: "false"
|
||||
- name: MM_JOBSETTINGS_RUNSCHEDULER
|
||||
value: "false"
|
||||
{{- end }}
|
||||
{{- if .Values.containerPorts }}
|
||||
ports: {{ .Values.containerPorts | toYaml | nindent 12 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user