Replies: 1 comment
-
Yes, you can update these fields using patch for the NGINX Deployment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to configure nginx rolling update strategy to have 0 max unavailable pods. This to ensure that we can always handle a certain incoming request load because even during a rolling upgrade the number of configured replicas are guarantueed.
For example, on the deployment spec I want to achieve:
Is there currently a way to do this? I looked into the helm chart but could not find it. I also looked if there was a way on the Gateway object from Gateway API but also could not find it.
Beta Was this translation helpful? Give feedback.
All reactions