diff options
author | amatthews <adrian.matthews@est.tech> | 2022-10-25 12:27:50 +0100 |
---|---|---|
committer | Adrian Matthews <adrian.matthews@est.tech> | 2022-11-30 13:41:32 +0000 |
commit | b6229deb55cbd45682e7a9475728d379fc956b12 (patch) | |
tree | 26c8254c595554c4bf54ffcbc3294db501e04a45 /kubernetes/uui/resources | |
parent | 365bdbc7853b4ca522899629c4ec653a06e5931a (diff) |
[UUI] Service Mesh Compliance for UUI
Updating the basic requirements for Service Mesh Compliance within UUI.
Issue-ID: OOM-2253
Change-Id: Idbc481a34e5eec8fc1e6849bd7683bfeb31f15df
Signed-off-by: amatthews <adrian.matthews@est.tech>
Diffstat (limited to 'kubernetes/uui/resources')
-rw-r--r-- | kubernetes/uui/resources/config/server.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/uui/resources/config/server.xml b/kubernetes/uui/resources/config/server.xml index 2260bb8cf5..275fcd8b14 100644 --- a/kubernetes/uui/resources/config/server.xml +++ b/kubernetes/uui/resources/config/server.xml @@ -61,10 +61,10 @@ APR (HTTP/AJP) Connector: /docs/apr.html Define a non-SSL/TLS HTTP/1.1 Connector on port 8080 --> - <!--Connector port="8080" protocol="HTTP/1.1" + <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> - --> + <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="150" SSLEnabled="true" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="{{ .Values.certInitializer.credsPath }}/{{ .Values.certInitializer.fqi_namespace }}.p12" keystorePass="${KEYSTORE_PASSWORD}" /> <!-- A "Connector" using the shared thread pool--> |