@@ -6,6 +6,8 @@ manifest should match snapshot with TLS:
6
6
annotations :
7
7
steadybit .com / extension - auto - discovery : |
8
8
{" extensions" :[{" port" :8085 ," protocol" :" https" ," types" :[" ACTION" ," DISCOVERY" ]}]}
9
+ steadybit .com / extension - auto - registration : |
10
+ {" extensions" :[{" port" :8085 ," protocol" :" https" }]}
9
11
labels : null
10
12
name : RELEASE - NAME - steadybit - extension - http
11
13
namespace : NAMESPACE
@@ -27,6 +29,8 @@ manifest should match snapshot with mutual TLS:
27
29
annotations :
28
30
steadybit .com / extension - auto - discovery : |
29
31
{" extensions" :[{" port" :8085 ," protocol" :" https" ," types" :[" ACTION" ," DISCOVERY" ]}]}
32
+ steadybit .com / extension - auto - registration : |
33
+ {" extensions" :[{" port" :8085 ," protocol" :" https" }]}
30
34
labels : null
31
35
name : RELEASE - NAME - steadybit - extension - http
32
36
namespace : NAMESPACE
@@ -48,6 +52,8 @@ manifest should match snapshot with mutual TLS using containerPaths:
48
52
annotations :
49
53
steadybit .com / extension - auto - discovery : |
50
54
{" extensions" :[{" port" :8085 ," protocol" :" https" ," types" :[" ACTION" ," DISCOVERY" ]}]}
55
+ steadybit .com / extension - auto - registration : |
56
+ {" extensions" :[{" port" :8085 ," protocol" :" https" }]}
51
57
labels : null
52
58
name : RELEASE - NAME - steadybit - extension - http
53
59
namespace : NAMESPACE
@@ -69,6 +75,8 @@ manifest should match snapshot without TLS:
69
75
annotations :
70
76
steadybit .com / extension - auto - discovery : |
71
77
{" extensions" :[{" port" :8085 ," protocol" :" http" ," types" :[" ACTION" ," DISCOVERY" ]}]}
78
+ steadybit .com / extension - auto - registration : |
79
+ {" extensions" :[{" port" :8085 ," protocol" :" http" }]}
72
80
labels : null
73
81
name : RELEASE - NAME - steadybit - extension - http
74
82
namespace : NAMESPACE
0 commit comments