Skip to content

Commit

Permalink
Moved if above TCP listen options section comment
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Klinka <[email protected]>
  • Loading branch information
Kulivox committed Jan 15, 2025
1 parent 2c949d0 commit fe320b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitnami/rabbitmq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,9 @@ configuration: |-
vm_memory_high_watermark.{{ .Values.memoryHighWatermark.type }} = {{ .Values.memoryHighWatermark.value }}
{{- end }}
{{- end }}
{{- if .Values.tcpListenOptions.enabled }}
## TCP Listen Options
##
{{- if .Values.tcpListenOptions.enabled }}
tcp_listen_options.backlog = {{ .Values.tcpListenOptions.backlog }}
tcp_listen_options.nodelay = {{ .Values.tcpListenOptions.nodelay }}
tcp_listen_options.linger.on = {{ .Values.tcpListenOptions.linger.lingerOn }}
Expand Down

0 comments on commit fe320b8

Please sign in to comment.