aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-10Improve docker registry secret managementBorislavG1-1/+0
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-08Fix consul images repoBorislavG1-2/+2
Change-Id: Idb0f1e99dc3023958c6e37355a4c7aaee8b25a17 Issue-ID: OOM-1050 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-26Reduce consul default replica countMike Elliott1-3/+2
Change-Id: Ifff4f3b8163c5f1d057b6a59129aa3aa4dbdc382 Issue-ID: OOM-1008 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-16Update readiness-check versionBorislavG1-1/+1
Readiness check version is not sinchronized in many pods This causing deployment failures. Issue-ID: OOM-936 Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-12Fix consul agent start problemsBorislavG1-1/+1
Change-Id: I62f394b2608c8ac16c97b90658b0d4fc722659c5 Issue-ID: OOM-913 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-02Consul Helm Chart StandardizationjasmineWen1-8/+51
Issue-ID: OOM-730 Change-Id: I742979aa27022e553b33062762a1ad5f80940726 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-03-22License addition in all yamlsvaibhav_16dec1-0/+14
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-19Move consul config from shared NFS to configmapjasmineWen1-3/+2
Issue-ID: OOM-597 Change-Id: I708c3e9df16003a54462f76c6ffe513b270faae8 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-03-07Replica Scaling of Consul and Log containervaibhav_16dec1-0/+2
Issue-ID: OOM-692 Change-Id: I7ddbcbe562b3e5f82384c734c48d6c810a647f62 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2017-09-25Fix default namespace for Consul deployments.gfraboni1-1/+1
The Default namespace prefix for all pods deployed by one-click is 'onap', but the values file for Consul was using 'inf' instead. This has been corrected to be in line with the other components. Issue-ID: OOM-86 Change-Id: I05a184090f678af8d019ba46eb6c750e5ee03e39 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-21Add Consul support to 'OneClick' deployment.gfraboni1-0/+7
The OOM is moving to using Consul to provide health checks for all ONAP components. This push adds deployment of a 3 node Consul Server cluster and a single Consul agent to the 'OneClick' deployment. As a first step, health check scripts for the A&AI microservices have also been included. Support for additional ONAP components will follow. Issue-ID: OOM-86 Change-Id: Ib63f3d8b1b745551c9ec55b6529d022b32006e9c Signed-off-by: gfraboni <gino.fraboni@amdocs.com>