- 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>
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
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