@@ -4,7 +4,8 @@ manifest should match snapshot with TLS:
4
4
kind : Service
5
5
metadata :
6
6
annotations :
7
- steadybit .com / extension - auto - discovery : " {\n \" extensions\" : [\n {\n \" port\" : 8085,\n \" types\" : [\" ACTION\" ],\n \" tls\" : {\n \" server\" : {\n \" extraCertsFile\" : \" server-cert/tls.crt\"\n }\n \n }\n }\n ]\n }\n "
7
+ steadybit .com / extension - auto - discovery : |
8
+ {" extensions" :[{" port" :8085 ," protocol" :" https" ," types" :[" ACTION" ]}]}
8
9
labels : null
9
10
name : RELEASE - NAME - steadybit - extension - http
10
11
namespace : NAMESPACE
@@ -22,23 +23,25 @@ manifest should match snapshot with mutual TLS:
22
23
metadata :
23
24
annotations :
24
25
steadybit .com / extension - auto - discovery : |
25
- {
26
- " extensions" : [
27
- {
28
- " port" : 8085 ,
29
- " types" : [" ACTION" ],
30
- " tls" : {
31
- " server" : {
32
- " extraCertsFile" : " server-cert/tls.crt"
33
- },
34
- " client" : {
35
- " certChainFile" : " client-cert-a/tls.crt" ,
36
- " certKeyFile" : " client-cert-a/tls.key"
37
- }
38
- }
39
- }
40
- ]
41
- }
26
+ {" extensions" :[{" port" :8085 ," protocol" :" https" ," types" :[" ACTION" ]}]}
27
+ labels : null
28
+ name : RELEASE - NAME - steadybit - extension - http
29
+ namespace : NAMESPACE
30
+ spec :
31
+ ports :
32
+ - port : 8085
33
+ protocol : TCP
34
+ targetPort : 8085
35
+ selector :
36
+ app .kubernetes .io / name : steadybit - extension - http
37
+ manifest should match snapshot with mutual TLS using containerPaths :
38
+ 1 : |
39
+ apiVersion : v1
40
+ kind : Service
41
+ metadata :
42
+ annotations :
43
+ steadybit .com / extension - auto - discovery : |
44
+ {" extensions" :[{" port" :8085 ," protocol" :" https" ," types" :[" ACTION" ]}]}
42
45
labels : null
43
46
name : RELEASE - NAME - steadybit - extension - http
44
47
namespace : NAMESPACE
@@ -55,7 +58,8 @@ manifest should match snapshot without TLS:
55
58
kind : Service
56
59
metadata :
57
60
annotations :
58
- steadybit .com / extension - auto - discovery : " {\n \" extensions\" : [\n {\n \" port\" : 8085,\n \" types\" : [\" ACTION\" ],\n \" tls\" : {\n \n }\n }\n ]\n }\n "
61
+ steadybit .com / extension - auto - discovery : |
62
+ {" extensions" :[{" port" :8085 ," protocol" :" http" ," types" :[" ACTION" ]}]}
59
63
labels : null
60
64
name : RELEASE - NAME - steadybit - extension - http
61
65
namespace : NAMESPACE
0 commit comments