Skip to content

Commit

Permalink
Change conditional http connector
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Jansen <[email protected]>
  • Loading branch information
Marcel-Jansen authored Mar 4, 2024
1 parent 957fd19 commit fede10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gxf/config/tomcat/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SPDX-License-Identifier: Apache-2.0
prestartminSpareThreads="true"
secretRequired="false" />
{{- end }}
{{- if or (not .Values.httpdSidecar.enabled) (.Values.httpdSidecar.tomcatHttpEnabled) }}
{{- if or .Values.httpdSidecar.tomcatHttpEnabled (and (not .Values.httpdSidecar.enabled) (not .Values.httpsConnector.enabled)) }}
<Connector port="8080"
protocol="HTTP/1.1"
maxThreads="{{ $maxThreads }}"
Expand Down

0 comments on commit fede10f

Please sign in to comment.