Merge pull request #12569 from Budibase/ops-228-split-out-automations-from-main-app-infrastructure

Rename automation worker container.
This commit is contained in:
Sam Rose 2023-12-13 15:55:10 +00:00 committed by GitHub
commit c3e31e651a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ spec:
{{- toYaml . | nindent 10 }}
{{- end }}
{{- end }}
name: bbapps
name: bbautomationworker
ports:
- containerPort: {{ .Values.services.automationWorkers.port }}
{{ with .Values.services.automationWorkers.resources }}