File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ metadata:
8
8
labels :
9
9
olm.version : 0.17.0
10
10
spec :
11
+ cleanup :
12
+ enabled : false
13
+ customresourcedefinitions : {}
11
14
displayName : Package Server
12
15
description : Represents an Operator package that is available from a given CatalogSource which will resolve to a ClusterServiceVersion.
13
16
minKubeVersion : 1.11.0
@@ -70,12 +73,16 @@ spec:
70
73
spec :
71
74
strategy :
72
75
type : RollingUpdate
76
+ rollingUpdate :
77
+ maxUnavailable : 1
78
+ maxSurge : 1
73
79
replicas : 2
74
80
selector :
75
81
matchLabels :
76
82
app : packageserver
77
83
template :
78
84
metadata :
85
+ creationTimestamp : null
79
86
labels :
80
87
app : packageserver
81
88
spec :
95
102
imagePullPolicy : Always
96
103
ports :
97
104
- containerPort : 5443
105
+ protocol : TCP
98
106
livenessProbe :
99
107
httpGet :
100
108
scheme : HTTPS
Original file line number Diff line number Diff line change @@ -212,6 +212,9 @@ metadata:
212
212
labels :
213
213
olm.version : 0.17.0
214
214
spec :
215
+ cleanup :
216
+ enabled : false
217
+ customresourcedefinitions : {}
215
218
displayName : Package Server
216
219
description : Represents an Operator package that is available from a given CatalogSource which will resolve to a ClusterServiceVersion.
217
220
minKubeVersion : 1.11.0
@@ -274,12 +277,16 @@ spec:
274
277
spec :
275
278
strategy :
276
279
type : RollingUpdate
280
+ rollingUpdate :
281
+ maxUnavailable : 1
282
+ maxSurge : 1
277
283
replicas : 2
278
284
selector :
279
285
matchLabels :
280
286
app : packageserver
281
287
template :
282
288
metadata :
289
+ creationTimestamp : null
283
290
labels :
284
291
app : packageserver
285
292
spec :
@@ -299,6 +306,7 @@ spec:
299
306
imagePullPolicy : Always
300
307
ports :
301
308
- containerPort : 5443
309
+ protocol : TCP
302
310
livenessProbe :
303
311
httpGet :
304
312
scheme : HTTPS
You can’t perform that action at this time.
0 commit comments