diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-09-04 15:44:33 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-09-05 10:08:35 -0400 |
commit | 128c0ad9e909288898ccb9da9af5cb9b9c1c958e (patch) | |
tree | f9d5c95c2c053fecb0c4892c960063607c92c8b2 /kubernetes/dcaegen2/charts/dcae-policy-handler | |
parent | bbc4c7bbbff54a22916e4a5e040c38a750cb19bb (diff) |
Add DCAE cleanup job, update CBS version
Also fix CBS and policy handler filebeat loggging.
Shorten names in CBS to remain < 64 with 10-char
release name.
Issue-ID: DCAEGEN2-1729
Issue-ID: DCAEGEN2-1317
Issue-ID: DCAEGEN2-1747
Issue-ID: DCAEGEN2-1749
Issue-ID: DCAEGEN2-1750
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I5a727e3c9502205bc727439ed70728238d59d74e
Diffstat (limited to 'kubernetes/dcaegen2/charts/dcae-policy-handler')
-rw-r--r-- | kubernetes/dcaegen2/charts/dcae-policy-handler/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/charts/dcae-policy-handler/templates/deployment.yaml b/kubernetes/dcaegen2/charts/dcae-policy-handler/templates/deployment.yaml index a6b87bf3eb..8c1c8741aa 100644 --- a/kubernetes/dcaegen2/charts/dcae-policy-handler/templates/deployment.yaml +++ b/kubernetes/dcaegen2/charts/dcae-policy-handler/templates/deployment.yaml @@ -131,7 +131,7 @@ spec: imagePullPolicy: IfNotPresent resources: {} volumeMounts: - - mountPath: /var/log/onap/deployment-handler + - mountPath: /var/log/onap/policy-handler name: component-log - mountPath: /usr/share/filebeat/data name: filebeat-data |