superwjc commented on issue #5138:
URL: https://github.com/apache/apisix/issues/5138#issuecomment-927615421


   **How poor the documentation you made!**
   from 'apisix/templates/configmap.yaml'
   ```
         {{- if and .Values.gateway.stream.enabled (or (gt (len 
.Values.gateway.stream.tcp) 0) (gt (len .Values.gateway.stream.udp) 0)) }}
         stream_proxy:                 # TCP/UDP proxy
           only: {{ .Values.gateway.stream.only }}
           {{- if gt (len .Values.gateway.stream.tcp) 0 }}
           tcp:                        # TCP proxy port list
             {{- range .Values.gateway.stream.tcp }}
             - {{ . }}
             {{- end }}
           {{- end }}
           {{- if gt (len .Values.gateway.stream.udp) 0 }}
           udp:                        # UDP proxy port list
             {{- range .Values.gateway.stream.udp }}
             - {{ . }}
             {{- end }}
           {{- end }}
         {{- end }}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to