aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-03-24 15:44:10 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-24 15:44:10 +0000
commitd8e1c6c974e5df6a7b34e1fa04b64f40d8bbcbab (patch)
tree3037820df77899d69ccc23b069fc4cb0fc4871f7 /kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml
parentb171f175346b6e010928b97dc8b168b98740f39e (diff)
parent855663567ba5ee19cf5c223b3179c21311e04f59 (diff)
Merge "[DCAE] Policy-handler version revision for bugfix"
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-policy-handler/templates/deployment.yaml')
-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