We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edeca3d commit 4ee79a4Copy full SHA for 4ee79a4
addon-cp/rest.yml
@@ -5,6 +5,11 @@ metadata:
5
namespace: kafka
6
spec:
7
replicas: 1
8
+ strategy:
9
+ type: RollingUpdate
10
+ rollingUpdate:
11
+ maxUnavailable: 0
12
+ maxSurge: 1
13
template:
14
metadata:
15
labels:
addon-cp/schemas.yml
0 commit comments