File tree Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- name : ngrok -agent
2
+ name : gost -agent
3
3
description : A Helm chart for Kubernetes
4
4
type : application
5
5
version : 0.1.0
@@ -9,4 +9,4 @@ maintainers:
9
9
dependencies :
10
10
- name : cf-common
11
11
repository : oci://quay.io/codefresh/charts
12
- version : 0.24.1
12
+ version : 0.24.0
Original file line number Diff line number Diff line change @@ -21,10 +21,27 @@ container:
21
21
- " -L"
22
22
- ' rtcp://:0//internal-gateway:80'
23
23
- " -F"
24
- - " tunnel+wss://${ GOST_SERVER_HOSTNAME} :443?tunnel.id=${ GOST_PLATFORM_TUNNEL_ID} &keepalive=true&ttl=15s"
24
+ - " tunnel+wss://$( GOST_SERVER_HOSTNAME) :443?tunnel.id=$( GOST_PLATFORM_TUNNEL_ID) &keepalive=true&ttl=15s"
25
25
env :
26
- GOST_SERVER_HOSTNAME : f598c8b79c17fe29.gost.shared-services.cf-infra.com
27
- GOST_PLATFORM_TUNNEL_ID : c5db1800-ce4c-11de-8413-6a7c5a153390
26
+ GOST_SERVER_HOSTNAME : " "
27
+ GOST_PLATFORM_TUNNEL_ID : " "
28
+ GOST_PLATFORM_TUNNEL_HOSTNAME : " "
29
+ probes :
30
+ liveness :
31
+ enabled : true
32
+ type : exec
33
+ exec :
34
+ command :
35
+ - wget
36
+ - --server-response
37
+ - --spider
38
+ - https://$(GOST_PLATFORM_TUNNEL_HOSTNAME)
39
+ spec :
40
+ initialDelaySeconds : 30
41
+ periodSeconds : 15
42
+ timeoutSeconds : 15
43
+ successThreshold : 1
44
+ failureThreshold : 2
28
45
29
46
nodeSelector : {}
30
47
tolerations : []
You can’t perform that action at this time.
0 commit comments