diff options
author | Itay Hassid <itay.hassid@amdocs.com> | 2017-08-31 14:40:18 +0000 |
---|---|---|
committer | itay <Itay.Hassid@Amdocs.Com> | 2017-09-24 12:08:18 +0000 |
commit | 4ca69ea2b6a2aaaf0974953a3c3dec7694fdfcb0 (patch) | |
tree | f847dd0f138a0f3e271fe962f8c4763cc3019133 /kubernetes/mso/values.yaml | |
parent | f493d79b881b40f7941bbe8fdb632237dc6d7f5a (diff) |
added filebeat to all components
Deployment of: filebeat containar for each relevant component
Issue-ID:OOM-110
Change-Id: I3605a975ee9dbe3e34b8fa6b17fef52e9d29b975
Signed-off-by: Itay Hassid <itay.hassid@amdocs.com>
Diffstat (limited to 'kubernetes/mso/values.yaml')
-rw-r--r-- | kubernetes/mso/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/mso/values.yaml b/kubernetes/mso/values.yaml index 883db87a8d..4584e73c9b 100644 --- a/kubernetes/mso/values.yaml +++ b/kubernetes/mso/values.yaml @@ -5,4 +5,4 @@ image: readiness: oomk8s/readiness-check:1.0.0 mso: nexus3.onap.org:10001/openecomp/mso:1.1-STAGING-latest mariadb: nexus3.onap.org:10001/mariadb:10.1.11 - + filebeat: docker.elastic.co/beats/filebeat:5.5.0 |