File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 30
30
{{- toYaml .Values.podSecurityContext | nindent 8 }}
31
31
containers :
32
32
- name : tunnel-server
33
+ ports :
34
+ - name : http
35
+ containerPort : 8080
33
36
image : " {{ .Values.server.image.repository }}:{{ .Values.server.image.tag }}"
34
37
env :
35
38
{{- with .Values.env -}}
64
67
valueFrom :
65
68
fieldRef :
66
69
fieldPath : status.podIP
70
+ - name : FRPS_PORT
71
+ value : " 8080"
67
72
- name : SERVER_MODE
68
73
value : debug
69
74
{{- with .Values.plugin.env -}}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugin:
12
12
image :
13
13
repository : gcr.io/codefresh-inc/codefresh-io/frp-codefresh-plugin
14
14
pullPolicy : IfNotPresent
15
- tag : " 2022.09.20-4ff9c27 "
15
+ tag : " 2023.08.11-6180fdf "
16
16
env : []
17
17
resources : {}
18
18
You can’t perform that action at this time.
0 commit comments