@@ -20,6 +20,8 @@ manifest should match snapshot using containerd and resources:
20
20
oneagent .dynatrace .com / injection : " false"
21
21
steadybit .com / extension - auto - discovery : |
22
22
{" extensions" :[{" port" :8087 ," protocol" :" http" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
23
+ steadybit .com / extension - auto - registration : |
24
+ {" extensions" :[{" port" :8087 ," protocol" :" http" }]}
23
25
labels :
24
26
app : steadybit - extension - jvm
25
27
app .kubernetes .io / name : steadybit - extension - jvm
@@ -143,6 +145,8 @@ manifest should match snapshot using crio using podAnnotations and Labels:
143
145
some - annotation : some - annotation - value
144
146
steadybit .com / extension - auto - discovery : |
145
147
{" extensions" :[{" port" :8087 ," protocol" :" http" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
148
+ steadybit .com / extension - auto - registration : |
149
+ {" extensions" :[{" port" :8087 ," protocol" :" http" }]}
146
150
labels :
147
151
app : steadybit - extension - jvm
148
152
app .kubernetes .io / name : steadybit - extension - jvm
@@ -266,6 +270,8 @@ manifest should match snapshot using docker:
266
270
oneagent .dynatrace .com / injection : " false"
267
271
steadybit .com / extension - auto - discovery : |
268
272
{" extensions" :[{" port" :8087 ," protocol" :" http" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
273
+ steadybit .com / extension - auto - registration : |
274
+ {" extensions" :[{" port" :8087 ," protocol" :" http" }]}
269
275
labels :
270
276
app : steadybit - extension - jvm
271
277
app .kubernetes .io / name : steadybit - extension - jvm
@@ -388,6 +394,8 @@ manifest should match snapshot with TLS:
388
394
oneagent .dynatrace .com / injection : " false"
389
395
steadybit .com / extension - auto - discovery : |
390
396
{" extensions" :[{" port" :8087 ," protocol" :" https" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
397
+ steadybit .com / extension - auto - registration : |
398
+ {" extensions" :[{" port" :8087 ," protocol" :" https" }]}
391
399
labels :
392
400
app : steadybit - extension - jvm
393
401
app .kubernetes .io / name : steadybit - extension - jvm
@@ -520,6 +528,8 @@ manifest should match snapshot with appArmorProfile for k8s >= 1.30:
520
528
oneagent .dynatrace .com / injection : " false"
521
529
steadybit .com / extension - auto - discovery : |
522
530
{" extensions" :[{" port" :8087 ," protocol" :" http" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
531
+ steadybit .com / extension - auto - registration : |
532
+ {" extensions" :[{" port" :8087 ," protocol" :" http" }]}
523
533
labels :
524
534
app : steadybit - extension - jvm
525
535
app .kubernetes .io / name : steadybit - extension - jvm
@@ -644,6 +654,8 @@ manifest should match snapshot with different containerPorts:
644
654
oneagent .dynatrace .com / injection : " false"
645
655
steadybit .com / extension - auto - discovery : |
646
656
{" extensions" :[{" port" :9090 ," protocol" :" http" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
657
+ steadybit .com / extension - auto - registration : |
658
+ {" extensions" :[{" port" :9090 ," protocol" :" http" }]}
647
659
labels :
648
660
app : steadybit - extension - jvm
649
661
app .kubernetes .io / name : steadybit - extension - jvm
@@ -766,6 +778,8 @@ manifest should match snapshot with extra env vars:
766
778
oneagent .dynatrace .com / injection : " false"
767
779
steadybit .com / extension - auto - discovery : |
768
780
{" extensions" :[{" port" :8087 ," protocol" :" http" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
781
+ steadybit .com / extension - auto - registration : |
782
+ {" extensions" :[{" port" :8087 ," protocol" :" http" }]}
769
783
labels :
770
784
app : steadybit - extension - jvm
771
785
app .kubernetes .io / name : steadybit - extension - jvm
@@ -896,6 +910,8 @@ manifest should match snapshot with extra labels:
896
910
oneagent .dynatrace .com / injection : " false"
897
911
steadybit .com / extension - auto - discovery : |
898
912
{" extensions" :[{" port" :8087 ," protocol" :" http" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
913
+ steadybit .com / extension - auto - registration : |
914
+ {" extensions" :[{" port" :8087 ," protocol" :" http" }]}
899
915
labels :
900
916
app : steadybit - extension - jvm
901
917
app .kubernetes .io / name : steadybit - extension - jvm
@@ -1019,6 +1035,8 @@ manifest should match snapshot with mutual TLS:
1019
1035
oneagent .dynatrace .com / injection : " false"
1020
1036
steadybit .com / extension - auto - discovery : |
1021
1037
{" extensions" :[{" port" :8087 ," protocol" :" https" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
1038
+ steadybit .com / extension - auto - registration : |
1039
+ {" extensions" :[{" port" :8087 ," protocol" :" https" }]}
1022
1040
labels :
1023
1041
app : steadybit - extension - jvm
1024
1042
app .kubernetes .io / name : steadybit - extension - jvm
@@ -1161,6 +1179,8 @@ manifest should match snapshot with mutual TLS using containerPaths:
1161
1179
oneagent .dynatrace .com / injection : " false"
1162
1180
steadybit .com / extension - auto - discovery : |
1163
1181
{" extensions" :[{" port" :8087 ," protocol" :" https" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
1182
+ steadybit .com / extension - auto - registration : |
1183
+ {" extensions" :[{" port" :8087 ," protocol" :" https" }]}
1164
1184
labels :
1165
1185
app : steadybit - extension - jvm
1166
1186
app .kubernetes .io / name : steadybit - extension - jvm
@@ -1289,6 +1309,8 @@ manifest should match snapshot with podSecurityContext:
1289
1309
oneagent .dynatrace .com / injection : " false"
1290
1310
steadybit .com / extension - auto - discovery : |
1291
1311
{" extensions" :[{" port" :8087 ," protocol" :" http" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
1312
+ steadybit .com / extension - auto - registration : |
1313
+ {" extensions" :[{" port" :8087 ," protocol" :" http" }]}
1292
1314
labels :
1293
1315
app : steadybit - extension - jvm
1294
1316
app .kubernetes .io / name : steadybit - extension - jvm
@@ -1412,6 +1434,8 @@ manifest should match snapshot with priority class:
1412
1434
oneagent .dynatrace .com /injection : "false "
1413
1435
steadybit .com /extension -auto -discovery : |
1414
1436
{" extensions" : [{" port" : 8087 ," protocol" : " http" ," types" : [" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
1437
+ steadybit .com / extension - auto - registration : |
1438
+ {" extensions" :[{" port" :8087 ," protocol" :" http" }]}
1415
1439
labels :
1416
1440
app : steadybit - extension - jvm
1417
1441
app .kubernetes .io / name : steadybit - extension - jvm
@@ -1535,6 +1559,8 @@ manifest should match snapshot with update strategy:
1535
1559
oneagent .dynatrace .com / injection : " false"
1536
1560
steadybit .com / extension - auto - discovery : |
1537
1561
{" extensions" :[{" port" :8087 ," protocol" :" http" ," types" :[" ACTION" ," DISCOVERY" ," ADVICE" ]}]}
1562
+ steadybit .com / extension - auto - registration : |
1563
+ {" extensions" :[{" port" :8087 ," protocol" :" http" }]}
1538
1564
labels :
1539
1565
app : steadybit - extension - jvm
1540
1566
app .kubernetes .io / name : steadybit - extension - jvm
0 commit comments