Skip to content

Commit 90d3d55

Browse files
feat: push chart to OCI (#26)
1 parent c5a52f9 commit 90d3d55

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

codefresh-tunnel-client/values.yaml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ image:
1111
logLevel: 'info'
1212

1313
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
2525

2626
tunnel:
2727
# 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:
3333

3434
# lists the rules to configure which IP addresses and subnet masks can access your client
3535
ipsAllowList: ""
36-
36+
3737
# Where the tunnel forwards to
3838
forwardTo:
3939
type: http
4040
host: internal-router
4141
location: "/"
4242
port: 80
43-
44-
43+
4544
serviceAccount:
4645
create: true
4746
annotations: {}

0 commit comments

Comments
 (0)