Miretpl commented on code in PR #59730:
URL: https://github.com/apache/airflow/pull/59730#discussion_r2652009618
##########
chart/templates/workers/worker-deployment.yaml:
##########
@@ -62,8 +62,12 @@ spec:
serviceName: {{ include "airflow.fullname" . }}-worker
{{- end }}
{{- if and (not $keda) (not $hpa) }}
+ {{- if ne (int .Values.workers.celery.replicas) 1 }}
Review Comment:
I noticed one more case related to the above comment. There is a possibility
to set the `.Values.workers.celery.replicas=` (`undefined` chart value is
protected by `required` field on parent, e.g. `.Values.workers.celery` instead
of `type` as I originally thought), but I believe that above is still valid
(changing the chart behaviour).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]