diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-21 14:01:09 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2017-09-21 14:01:09 +0000 |
commit | 8faaafeb610e0d38c7200e243b1da4c9f190a490 (patch) | |
tree | 25d27a4dcbf6dcb3d6e45d7a3c7bf7681a42915b /kubernetes | |
parent | c66ca602f26e66145091d529ef970be27fb766d9 (diff) |
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 <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/appc/templates/appc-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |