Add Search Data Service to POMBA OOM 11/61111/3
authorGeora Barsky <georab@amdocs.com>
Fri, 17 Aug 2018 17:31:36 +0000 (13:31 -0400)
committerGeora Barsky <georab@amdocs.com>
Wed, 29 Aug 2018 14:17:20 +0000 (10:17 -0400)
commit417b3b46c64f965bed72793b3572ee89b73b22e6
treede9d6d45bd5a61be9f9d96ce62624c4454797b0b
parent86da5e3720ecdad23d435c043d7d13d3a42188dd
Add Search Data Service to POMBA OOM

Issue-ID: LOG-612
Change-Id: I3ef3707e332c44d3dbaee5a9601607063b99c3ea
Signed-off-by: Geora Barsky <georab@amdocs.com>
16 files changed:
kubernetes/pomba/charts/pomba-elasticsearch/resources/config/elasticsearch.yml
kubernetes/pomba/charts/pomba-search-data/.helmignore [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/Chart.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/resources/config/analysis-config.json [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/resources/config/auth/search_policy.json [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/resources/config/auth/tomcat_keystore [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/resources/config/dynamic-custom-template.json [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/resources/config/elastic-search.properties [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/resources/config/es-payload-translation.json [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/resources/config/filter-config.json [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/resources/config/log/logback.xml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/templates/configmap.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/templates/deployment.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/templates/secret.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/templates/service.yaml [new file with mode: 0644]
kubernetes/pomba/charts/pomba-search-data/values.yaml [new file with mode: 0644]