Merge "[POLICY] Update docker images to latest versions"
authorAndreas Geissler <andreas-geissler@telekom.de>
Thu, 1 Dec 2022 11:18:56 +0000 (11:18 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 1 Dec 2022 11:18:56 +0000 (11:18 +0000)
kubernetes/uui/components/uui-server/values.yaml
kubernetes/uui/resources/config/server.xml
kubernetes/uui/values.yaml

index 3ded200..44f4399 100644 (file)
@@ -143,7 +143,7 @@ readiness:
 service:
   type: NodePort
   name: uui-server
-  portName: uui-server
+  portName: http
   internalPort: 8082
   nodePort: 99
 
index 2260bb8..275fcd8 100644 (file)
          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-->
index 48fb5b6..55dc6a1 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright © 2017 Amdocs, Bell Canada
+# Copyright (c) 2022 Nordix Foundation.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -90,7 +91,7 @@ readiness:
 service:
   type: NodePort
   name: uui
-  portName: uui
+  portName: http
   internalPort: 8443
   nodePort: 98