Update tomcat to 8.5 50/95250/4
authorstatta <statta@research.att.com>
Mon, 9 Sep 2019 16:00:23 +0000 (12:00 -0400)
committerstatta <statta@research.att.com>
Tue, 10 Sep 2019 14:50:00 +0000 (10:50 -0400)
Issue-ID: PORTAL-723
Change-Id: I78e7badc9b0c02407bc9d4bbdfb1b0019f54b07a
Signed-off-by: statta <statta@research.att.com>
kubernetes/portal/charts/portal-app/templates/deployment.yaml
kubernetes/portal/values.yaml

index 5503328..dc27fdb 100644 (file)
@@ -55,6 +55,8 @@ spec:
           - ""
           - -n
           - ""
+          - -b
+          - "{{ .Values.global.env.tomcatDir }}"
         env:
           - name: CATALINA_OPTS
             value: >
index f8eccf7..9dbdd7c 100644 (file)
@@ -15,7 +15,7 @@
 
 global:
   env:
-    tomcatDir: "/opt/apache-tomcat-8.0.37"
+    tomcatDir: "/usr/local/tomcat"
   # portal frontend port
   portalPort: "8989"
   portalFEPort: "30225"