aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/templates/deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-09-07[CONSUL] Update chart with service accountfarida azmy1-0/+1
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2725 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Ib3c768d074f5cf64e2f213fd31ee4b8517a21c09 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
2020-11-27[CONSUL] Make consul run as non-rootKrzysztof Opasiak1-9/+32
Use our recently build consul image (still based on the same old consul version) and modify the deployment to make sure that it is able to run as non-root user. Yes, I know that moving consul-server to component would be more proper solution but as this commit is supposed to be cherry-picked to guilin I've tried to make as little changes as possible. Issue-ID: REQ-362 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Idfc09ee225d4f89bb699683fa5e4ae3b86491c08
2020-11-21[CONSUL] Uses new tpls for repos / imagesSylvain Desbureaux1-1/+1
This commit makes Consul chart to use the new generator for repositories and images. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Id46ed756b1f975695585e873c8e13accf3b1d7ca
2020-11-16Revert "[CONSUL] Make consul run as non-root"Daniel Milaszkiewicz1-29/+8
Revert submission 114556 Reason for revert: Bug - OOM-2630 Reverted Changes: Ic1302ac28:[CONSUL] Make consul server run as non-root I43584b7f0:[CONSUL] Make consul run as non-root Issue-ID: OOM-2630 Change-Id: Ie80d50417418d182f3db54d103bac50dde0c6775 Signed-off-by: Daniel Milaszkiewicz <daniel.milaszkiewicz@nokia.com>
2020-11-03[CONSUL] Make consul run as non-rootKrzysztof Opasiak1-8/+29
Use our recently build consul image (still based on the same old consul version) and modify the deployment to make sure that it is able to run as non-root user. Issue-ID: REQ-362 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I43584b7f07fda1943447a4e58ee7444d20660097
2020-10-27Merge "[CONSUL] Add limits to consul chart."Krzysztof Opasiak1-0/+1
2020-10-21[CONSUL] change comment styleJakub Latusek1-0/+2
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: Ifc524b9818517d5c7741f11e09734300ef66ce77 Issue-ID: OOM-2562
2020-10-20[CONSUL] Add limits to consul chart.Sylvain Desbureaux1-0/+1
Having limits is important in order to have safe deployment. consul didn't had one so let's add them. Issue-ID: OOM-2230 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Idb49a5db304236c0786848acbc69c786084d7e33
2020-07-10Make CONSUL compatible with Kubernetes v1.17Magdalena_Biernacka1-1/+1
Issue-ID: OOM-2451 Signed-off-by: Magdalena Biernacka <magdalena.1.biernacka@nokia.com> Change-Id: Idc86f18d1693e3b98188a3632343bf9b6ae3c7f5
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak1-2/+2
ONAP is too big to be deployed using helm install so we need to use a custom helm plugin helm deploy. This script deloys onap component by component instead of deploying evrything at once. Unfortunately this script also modifies the helm release by appending component name to it. As a result of this behavior our objects are called for example: onap-mariadb-galera-mariadb-galera-0 instead of just being called onap-mariadb-galera-0. This patch simplifies this naming convention by replacing all direct usages of .Release.Name with common.release macro which strips the component specific part from the release name. Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
2018-09-05Apache 2 license addition for consul,appcMukul1-0/+1
Issue-ID: OOM-1308 Change-Id: I6cfe05841a17f81e862dfbf4bedaa4ba87f96e1e Signed-off-by: Mukul <mukul.joshi@amdocs.com>
2018-07-15SDN-C Multi-site High-availability - Auto-failoverMohammadreza Pasandideh1-0/+6
Change-Id: I4e028b31ce7a60154d2c04c63431c5ea996de8f8 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> Issue-ID: SDNC-213
2018-05-15Consul Stateful SetPriyanka Jain1-2/+1
Issue-ID: OOM-1032 Change-Id: I911085dffc35067d844b5dcb286581fa0897a27a Signed-off-by: Priyanka Jain <Priyanka.Jain3@amdocs.com>
2018-05-08Fix consul images repoBorislavG1-0/+2
Change-Id: Idb0f1e99dc3023958c6e37355a4c7aaee8b25a17 Issue-ID: OOM-1050 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-26Reduce consul default replica countMike Elliott1-1/+1
Change-Id: Ifff4f3b8163c5f1d057b6a59129aa3aa4dbdc382 Issue-ID: OOM-1008 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-04-24Make all services independent of helm Release.NameBorislavG1-1/+1
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-12Fix consul agent start problemsBorislavG1-3/+7
Change-Id: I62f394b2608c8ac16c97b90658b0d4fc722659c5 Issue-ID: OOM-913 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-02Consul Helm Chart StandardizationjasmineWen1-0/+60
Issue-ID: OOM-730 Change-Id: I742979aa27022e553b33062762a1ad5f80940726 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>