diff options
author | qingshuting <qingshuting1@huawei.com> | 2022-08-04 11:49:23 +0800 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2022-09-07 13:27:54 +0000 |
commit | ba86c11f138127067d533dbfa9c6729386e438f7 (patch) | |
tree | 8f6467de61ca3976185093389b530bdb205d4be0 /kubernetes/dcaegen2-services/components | |
parent | 259dfa41da1ef9cd83d65a2a705cabfcfa6df73e (diff) |
[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 <qingshuting1@huawei.com>
Change-Id: Ic05d757291a0129771bc28cca1df88bc284c5b54
Diffstat (limited to 'kubernetes/dcaegen2-services/components')
-rw-r--r-- | kubernetes/dcaegen2-services/components/dcae-slice-analysis-ms/values.yaml | 18 |
1 files changed, 17 insertions, 1 deletions
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 |