Add jobserver option, bump server version.

This commit is contained in:
2026-01-27 09:57:32 +03:00
parent 62711f8699
commit 40fef682a3
6 changed files with 76 additions and 10 deletions

View File

@@ -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 }}