aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/components/dcae-policy-handler/templates
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-03-02 23:37:03 +0000
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-03-24 06:19:56 +0000
commit855663567ba5ee19cf5c223b3179c21311e04f59 (patch)
tree1e75b5018369b4fe9276f1ac2675e1a17037884c /kubernetes/dcaegen2/components/dcae-policy-handler/templates
parent5541cde60fd9f8d4454992884a6516faa481f4cf (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>
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-policy-handler/templates')
-rw-r--r--kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml b/kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml
index a4becb5e4f..916c5f673f 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 @@ spec:
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