Skip to content
Snippets Groups Projects
Commit 94b2785f authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Applies same maxSurge concept to Nginx.

parent f72f1f63
No related branches found
No related tags found
No related merge requests found
...@@ -226,8 +226,8 @@ spec: ...@@ -226,8 +226,8 @@ spec:
app.kubernetes.io/part-of: Nextcloud app.kubernetes.io/part-of: Nextcloud
strategy: strategy:
rollingUpdate: rollingUpdate:
maxSurge: 25% maxSurge: 1
maxUnavailable: 25% maxUnavailable: 1
type: RollingUpdate type: RollingUpdate
template: template:
metadata: metadata:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment