Skip to content

Commit 8a5dc6c

Browse files
feat: add stream_proxy only field (#127)
* feat: add stream_proxy only field * chore: bump apisix dependency Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com> Co-authored-by: Jintao Zhang <zhangjintao9020@gmail.com>
1 parent 3b5b37f commit 8a5dc6c

7 files changed

Lines changed: 7 additions & 5 deletions

File tree

charts/apisix/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies:
77
version: 0.1.5
88
- name: apisix-ingress-controller
99
repository: https://charts.apiseven.com
10-
version: 0.5.0
11-
digest: sha256:c740400324755d91cb286e61059011c97e8f37ec8a20e821334dabcb6b59eb7f
12-
generated: "2021-07-06T17:23:04.154546698+08:00"
10+
version: 0.6.0
11+
digest: sha256:706f74078c4ad14c32f11c3c20b476d23d0fe5772e23e62d121b1bbc699f7cf3
12+
generated: "2021-08-23T12:54:39.857013357+08:00"

charts/apisix/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type: application
3131
# This is the chart version. This version number should be incremented each time you make changes
3232
# to the chart and its templates, including the app version.
3333
# Versions are expected to follow Semantic Versioning (https://semver.org/)
34-
version: 0.3.5
34+
version: 0.3.6
3535

3636
# This is the version number of the application being deployed. This version number should be
3737
# incremented each time you make changes to the application. Versions are not expected to
@@ -49,7 +49,7 @@ dependencies:
4949
condition: dashboard.enabled
5050
alias: dashboard
5151
- name: apisix-ingress-controller
52-
version: 0.5.0
52+
version: 0.6.0
5353
repository: https://charts.apiseven.com
5454
condition: ingress-controller.enabled
5555
alias: ingress-controller
1 Byte
Binary file not shown.
-9.89 KB
Binary file not shown.
10 KB
Binary file not shown.

charts/apisix/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ data:
109109
ssl: 'radixtree_sni' # radixtree_sni: match route by SNI(base on radixtree)
110110
{{- if and .Values.gateway.stream.enabled (or (gt (len .Values.gateway.stream.tcp) 0) (gt (len .Values.gateway.stream.udp) 0)) }}
111111
stream_proxy: # TCP/UDP proxy
112+
only: {{ .Values.gateway.stream.only }}
112113
{{- if gt (len .Values.gateway.stream.tcp) 0 }}
113114
tcp: # TCP proxy port list
114115
{{- range .Values.gateway.stream.tcp }}

charts/apisix/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ gateway:
8686
enabled: true
8787
stream: # L4 proxy (TCP/UDP)
8888
enabled: false
89+
only: false
8990
tcp: []
9091
udp: []
9192
ingress:

0 commit comments

Comments
 (0)