Zamiell commented on PR #71576:
URL: https://github.com/apache/airflow/pull/71576#issuecomment-5293299591
Hihi! This PR was created by my colleague. I'll give a little bit more
context behind the motivation for this PR. We are using Airflow at our company,
and we saw a nice improvement from doing the following:
```
- op: add
path: /spec/strategy
value:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
```
So the motivation behind this PR is to put it into the base Helm chart so
that the entire ecosystem can benefit. And I'll just end by saying thanks for
maintaining Airflow!
--
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]