Skip to content

Commit

Permalink
disable httpdsidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Sleebos committed Aug 13, 2024
1 parent 9991621 commit 097a11d
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 @@ -46,7 +46,7 @@ SPDX-License-Identifier: Apache-2.0
prestartminSpareThreads="true"
secretRequired="false" />
{{- end }}
{{- if .Values.httpsConnector.enabled }}
{{- if and .Values.httpsConnector.enabled (not .Values.httpdSidecar.enabled) }}
<Connector port="8443" protocol="org.apache.coyote.http11.Http11AprProtocol"
maxThreads="{{ $maxThreads }}" SSLEnabled="true" >
<UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />
Expand Down

0 comments on commit 097a11d

Please sign in to comment.