From 8faaafeb610e0d38c7200e243b1da4c9f190a490 Mon Sep 17 00:00:00 2001 From: Mandeep Khinda Date: Thu, 21 Sep 2017 14:01:09 +0000 Subject: [PATCH] fixing appc robot health check https://gerrit.onap.org/r/#/c/7773/ was not picked up when the appc move to 1.1. was done in the OOM project. Issue-ID: OOM-308 Change-Id: Ic2d6d89cce8d1076b7a4e1decf8665d760209a68 Signed-off-by: Mandeep Khinda --- kubernetes/appc/templates/appc-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/appc/templates/appc-deployment.yaml b/kubernetes/appc/templates/appc-deployment.yaml index 8046107243..661980b296 100644 --- a/kubernetes/appc/templates/appc-deployment.yaml +++ b/kubernetes/appc/templates/appc-deployment.yaml @@ -46,7 +46,7 @@ spec: - name: MYSQL_ROOT_PASSWORD value: openECOMP1.0 - name: SDNC_CONFIG_DIR - value: /opt/openecomp/sdnc/data/properties + value: /opt/openecomp/appc/data/properties - name: APPC_CONFIG_DIR value: /opt/openecomp/appc/data/properties - name: DMAAP_TOPIC_ENV -- 2.16.6