File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ image:
11
11
logLevel : ' info'
12
12
13
13
tunnelServer :
14
- host :
15
- port : 443
16
- # Do not change this
17
- protocol : wss
18
- # Set tls true or false
19
- tls : true
20
- # Authorization
21
- authorization :
22
- secretKeyRef :
23
- name : codefresh-token
24
- key : token
14
+ host :
15
+ port : 443
16
+ # Do not change this
17
+ protocol : wss
18
+ # Set tls true or false
19
+ tls : true
20
+ # Authorization
21
+ authorization :
22
+ secretKeyRef :
23
+ name : codefresh-token
24
+ key : token
25
25
26
26
tunnel :
27
27
# Subdomain is defined on the sever. The client sets it's prefix. For example, if the subdomain host on server
@@ -33,15 +33,14 @@ tunnel:
33
33
34
34
# lists the rules to configure which IP addresses and subnet masks can access your client
35
35
ipsAllowList : " "
36
-
36
+
37
37
# Where the tunnel forwards to
38
38
forwardTo :
39
39
type : http
40
40
host : internal-router
41
41
location : " /"
42
42
port : 80
43
-
44
-
43
+
45
44
serviceAccount :
46
45
create : true
47
46
annotations : {}
You can’t perform that action at this time.
0 commit comments