commit | 855663567ba5ee19cf5c223b3179c21311e04f59 | [log] [tgz] |
---|---|---|
author | vv770d <vv770d@att.com> | Tue Mar 02 23:37:03 2021 +0000 |
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Wed Mar 24 06:19:56 2021 +0000 |
tree | 1e75b5018369b4fe9276f1ac2675e1a17037884c | |
parent | 5541cde60fd9f8d4454992884a6516faa481f4cf [diff] |
[DCAE] Policy-handler version revision for bugfix Updated requirements to address startup exception Revised log/cert path based on new image req. Change-Id: I371e4eb59c67e7fa6c27c6a732eafb356073d152 Issue-ID: DCAEGEN2-2652 Signed-off-by: vv770d <vv770d@att.com>
diff --git a/kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml b/kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml index a4becb5..916c5f6 100644 --- a/kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml +++ b/kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml
@@ -109,9 +109,9 @@ initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }} periodSeconds: {{ .Values.readiness.periodSeconds }} volumeMounts: - - mountPath: /opt/app/policy_handler/logs + - mountPath: /app/logs name: component-log - - mountPath: /opt/app/policy_handler/etc/tls/certs/ + - mountPath: /app/etc/tls/certs/ name: tls-info env: - name: CONSUL_HOST
diff --git a/kubernetes/dcaegen2/components/dcae-policy-handler/values.yaml b/kubernetes/dcaegen2/components/dcae-policy-handler/values.yaml index 50c59c8..ba10394 100644 --- a/kubernetes/dcaegen2/components/dcae-policy-handler/values.yaml +++ b/kubernetes/dcaegen2/components/dcae-policy-handler/values.yaml
@@ -44,7 +44,7 @@ # Application configuration defaults. ################################################################# # application image -image: onap/org.onap.dcaegen2.platform.policy-handler:5.1.1 +image: onap/org.onap.dcaegen2.platform.policy-handler:5.1.2 pullPolicy: Always # probe configuration parameters