Skip to content
Snippets Groups Projects
Commit 62d426e4 authored by Kloenk's avatar Kloenk
Browse files

Set maxsurge to 10 for prod

parent 33e37d7f
Branches
No related tags found
1 merge request!154bump prod to 64eb1ef6-13591 (64eb1ef6779dc31d97beb0afd284343291dba6d6)
Pipeline #13602 passed
...@@ -12,7 +12,7 @@ spec: ...@@ -12,7 +12,7 @@ spec:
strategy: strategy:
type: RollingUpdate type: RollingUpdate
rollingUpdate: rollingUpdate:
maxSurge: 33% maxSurge: 3
minReadySeconds: 30 minReadySeconds: 30
template: template:
metadata: metadata:
......
...@@ -4,6 +4,8 @@ metadata: ...@@ -4,6 +4,8 @@ metadata:
name: exneuland name: exneuland
spec: spec:
replicas: 50 replicas: 50
strategy:
maxSurge: 10
template: template:
spec: spec:
containers: containers:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment