File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ reference_manifests
2
2
** /__snapshot__
3
3
4
4
.idea
5
+ .DS_Store
5
6
6
7
** /values- * .yaml
7
8
Original file line number Diff line number Diff line change 22
22
local_port = {{ required "tunnel.forwardTo.port is required" .Values.tunnel.forwardTo.port }}
23
23
locations = {{ default "/" .Values.tunnel.forwardTo.location }}
24
24
subdomain = {{ .Values.tunnel.subdomainPrefix }}
25
- meta_Authorization = {{"{{"}} .Envs.AUTHORIZATION {{"}}"}}
25
+ meta_Authorization = {{"{{"}} .Envs.AUTHORIZATION {{"}}"}}
26
+ ips_allow_list = {{ default "" .Values.tunnel.ipsAllowList }}
Original file line number Diff line number Diff line change 32
32
- name : tunnel-client
33
33
image : " {{ .Values.image.repository }}:{{ .Values.image.tag }}"
34
34
env :
35
- env :
36
35
- name : AUTHORIZATION
37
36
valueFrom :
38
37
secretKeyRef :
Original file line number Diff line number Diff line change 2
2
image :
3
3
repository : quay.io/codefresh/frpc
4
4
pullPolicy : IfNotPresent
5
- tag : " 2022.09.08-2384484 "
5
+ tag : " 2022.10.09-b0811fd "
6
6
7
7
# set log level for tunnel client
8
8
logLevel : ' info'
@@ -24,6 +24,9 @@ tunnel:
24
24
# Subdomain is defined on the sever. The client sets it's prefix. For example, if the subdomain host on server
25
25
# is tunnels.example setting this value to would make the tunnel acces
26
26
subdomainPrefix :
27
+
28
+ # lists the rules to configure which IP addresses and subnet masks can access your client
29
+ ipsAllowList : " "
27
30
28
31
# Where the tunnel forwards to
29
32
forwardTo :
Original file line number Diff line number Diff line change 5
5
image :
6
6
repository : quay.io/codefresh/frps
7
7
pullPolicy : IfNotPresent
8
- tag : " 2022.09.08-2384484 "
8
+ tag : " 2022.10.09-b0811fd "
9
9
resources : {}
10
10
11
11
plugin :
You can’t perform that action at this time.
0 commit comments