From ba86c11f138127067d533dbfa9c6729386e438f7 Mon Sep 17 00:00:00 2001 From: qingshuting Date: Thu, 4 Aug 2022 11:49:23 +0800 Subject: [PATCH] [DCAEGEN2-SERVICE] Add policy sync for slicems Add policy sync as a side car to provide runtime configuration for slicems Issue-ID: DCAEGEN2-3195 Signed-off-by: qingshuting Change-Id: Ic05d757291a0129771bc28cca1df88bc284c5b54 --- .../components/dcae-slice-analysis-ms/values.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml b/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml index b5959ae765..6ee1a491af 100644 --- a/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml @@ -50,7 +50,7 @@ secrets: passwordPolicy: generate ################################aafcreds################################# -# InitContainer Images. +# InitContainer Image. ################################################################# tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0 @@ -59,6 +59,22 @@ tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0 ################################################################# # Application Image image: onap/org.onap.dcaegen2.services.components.slice-analysis-ms:1.1.3 +pullPolicy: IfNotPresent + +################################################################# +# Policy Sync Container Image. +################################################################# +# optional Policy configuration properties +# if present, policy-sync side car will be deployed +# policy sync is used for provide runtime configuration for slicems +# policy id is originally set to "onap.dcae.slicems.config" + +# dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1 +# policies: +# duration: +# 300 +# policyID: | +# '["onap.dcae.slicems.config"]' # Log directory where logging sidecar should look for log files # if path is set to null sidecar won't be deployed in spite of -- 2.16.6