@@ -11,12 +11,14 @@ manifest should match snapshot using podAnnotations and Labels:
11
11
replicas : 1
12
12
selector :
13
13
matchLabels :
14
+ app .kubernetes .io / instance : RELEASE - NAME
14
15
app .kubernetes .io / name : steadybit - extension - http
15
16
template :
16
17
metadata :
17
18
annotations :
18
19
some - annotation : some - annotation - value
19
20
labels :
21
+ app .kubernetes .io / instance : RELEASE - NAME
20
22
app .kubernetes .io / name : steadybit - extension - http
21
23
some - label : some - label - value
22
24
steadybit .com / discovery - disabled : " true"
@@ -70,11 +72,13 @@ manifest should match snapshot with TLS:
70
72
replicas : 1
71
73
selector :
72
74
matchLabels :
75
+ app .kubernetes .io / instance : RELEASE - NAME
73
76
app .kubernetes .io / name : steadybit - extension - http
74
77
template :
75
78
metadata :
76
79
annotations : null
77
80
labels :
81
+ app .kubernetes .io / instance : RELEASE - NAME
78
82
app .kubernetes .io / name : steadybit - extension - http
79
83
steadybit .com / discovery - disabled : " true"
80
84
spec :
@@ -138,11 +142,13 @@ manifest should match snapshot with extra env vars:
138
142
replicas : 1
139
143
selector :
140
144
matchLabels :
145
+ app .kubernetes .io / instance : RELEASE - NAME
141
146
app .kubernetes .io / name : steadybit - extension - http
142
147
template :
143
148
metadata :
144
149
annotations : null
145
150
labels :
151
+ app .kubernetes .io / instance : RELEASE - NAME
146
152
app .kubernetes .io / name : steadybit - extension - http
147
153
steadybit .com / discovery - disabled : " true"
148
154
spec :
@@ -203,11 +209,13 @@ manifest should match snapshot with extra labels:
203
209
replicas : 1
204
210
selector :
205
211
matchLabels :
212
+ app .kubernetes .io / instance : RELEASE - NAME
206
213
app .kubernetes .io / name : steadybit - extension - http
207
214
template :
208
215
metadata :
209
216
annotations : null
210
217
labels :
218
+ app .kubernetes .io / instance : RELEASE - NAME
211
219
app .kubernetes .io / name : steadybit - extension - http
212
220
steadybit .com / discovery - disabled : " true"
213
221
tags .datadoghq .com / service : steadybit - extension
@@ -261,11 +269,13 @@ manifest should match snapshot with mutual TLS:
261
269
replicas : 1
262
270
selector :
263
271
matchLabels :
272
+ app .kubernetes .io / instance : RELEASE - NAME
264
273
app .kubernetes .io / name : steadybit - extension - http
265
274
template :
266
275
metadata :
267
276
annotations : null
268
277
labels :
278
+ app .kubernetes .io / instance : RELEASE - NAME
269
279
app .kubernetes .io / name : steadybit - extension - http
270
280
steadybit .com / discovery - disabled : " true"
271
281
spec :
@@ -338,11 +348,13 @@ manifest should match snapshot with mutual TLS using containerPaths:
338
348
replicas : 1
339
349
selector :
340
350
matchLabels :
351
+ app .kubernetes .io / instance : RELEASE - NAME
341
352
app .kubernetes .io / name : steadybit - extension - http
342
353
template :
343
354
metadata :
344
355
annotations : null
345
356
labels :
357
+ app .kubernetes .io / instance : RELEASE - NAME
346
358
app .kubernetes .io / name : steadybit - extension - http
347
359
steadybit .com / discovery - disabled : " true"
348
360
spec :
@@ -401,11 +413,13 @@ manifest should match snapshot without TLS:
401
413
replicas : 1
402
414
selector :
403
415
matchLabels :
416
+ app .kubernetes .io / instance : RELEASE - NAME
404
417
app .kubernetes .io / name : steadybit - extension - http
405
418
template :
406
419
metadata :
407
420
annotations : null
408
421
labels :
422
+ app .kubernetes .io / instance : RELEASE - NAME
409
423
app .kubernetes .io / name : steadybit - extension - http
410
424
steadybit .com / discovery - disabled : " true"
411
425
spec :
0 commit comments