From 3395df23110e50d869c642cd29bd45c05619b915 Mon Sep 17 00:00:00 2001 From: Aaron Hay Date: Tue, 30 Oct 2018 18:31:41 -0400 Subject: Add cadi.properties for AAF OOM support Enable AAF by default. Add cadi.properties file for OOM deployments. Change-Id: I5f862af54b1373a3cb09d9441548377ac8a3cb48 Issue-ID: OOM-1489 Signed-off-by: Aaron Hay --- kubernetes/appc/templates/statefulset.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes/appc/templates') diff --git a/kubernetes/appc/templates/statefulset.yaml b/kubernetes/appc/templates/statefulset.yaml index 8ecda882de..6b0373fbc8 100644 --- a/kubernetes/appc/templates/statefulset.yaml +++ b/kubernetes/appc/templates/statefulset.yaml @@ -98,6 +98,9 @@ spec: - mountPath: /opt/onap/appc/data/properties/aaiclient.properties name: onap-appc-data-properties subPath: aaiclient.properties + - mountPath: /opt/onap/appc/data/properties/cadi.properties + name: onap-appc-data-properties + subPath: cadi.properties - mountPath: /opt/onap/appc/data/properties/aaa-app-config.xml name: onap-appc-data-properties subPath: aaa-app-config.xml -- cgit 1.2.3-korg