[DCAEGEN2] datalake ui is not coming up due to a tmp volume overwriting it's entrypoint 43/140243/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 18 Feb 2025 15:31:22 +0000 (16:31 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 18 Feb 2025 15:31:22 +0000 (16:31 +0100)
- followup of https://gerrit.onap.org/r/c/oom/+/140241 since two subcomponents
  were forgotten when enabling the tmp volume

Issue-ID: DCAEGEN2-3419
Change-Id: Ifb883cec4541fd95346ae0b3042ee7f4fca6caf1
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
kubernetes/dcaegen2-services/components/dcae-prh/values.yaml
kubernetes/dcaegen2-services/components/dcae-ves-collector/values.yaml

index 2c9612f..6819623 100644 (file)
@@ -46,6 +46,11 @@ log:
   path: /opt/app/prh/logs
 logConfigMapNamePrefix: '{{ include "common.fullname" . }}'
 
+# a tmp volume is needed by the tomcat server of the app
+# when the filesystem is set to read-only
+tmpDir:
+  enabled: true
+
 secrets:
   - uid: &aaiCredsUID aaicreds
     type: basicAuth
index 0007b9c..fb2a761 100644 (file)
@@ -52,6 +52,11 @@ log:
   path: /opt/app/VESCollector/logs
 logConfigMapNamePrefix: '{{ include "common.fullname" . }}'
 
+# a tmp volume is needed by the tomcat server of the app
+# when the filesystem is set to read-only
+tmpDir:
+  enabled: true
+
 # directory where TLS certs should be stored
 # if absent, no certs will be retrieved and stored
 certDirectory: /opt/app/dcae-certificate