summaryrefslogtreecommitdiffstats
path: root/kubernetes/holmes/components/holmes-engine-mgmt/templates/deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2023-04-07[COMMON][OTHERS] Fix dependency conditionsAndreas Geissler1-2/+4
In case of local DB the "init" dependency is activated as the "not" condition is not working Issue-ID: OOM-3152 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I27dba69a644bbcc2b61245c22784976ba7c66173
2023-03-27[HOLMES] Changed the way for MSB registrationGuangrong Fu1-0/+10
Register Holmes MSB through an annotation in the Helm chart. Enable/Disable TLS via an env variable. Added Ingress Configurations Issue-ID: HOLMES-612 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: If1bd8a62ea3840943ccd04cbcc16442f65fd434b
2023-03-03[HOLMES] Remove AAF dependency and support SMAndreas Geissler1-3/+6
Delete AAF and certificate entries and change Holmes interfaces to HTTP Add readiness checks for the postgres-init-job to avoid missing DB user Issue-ID: OOM-3101 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id15cfdbcd753d404ccae912dcd0d057f647917e7
2022-03-21[HOLMES] Fixed the healthcheck failureGuangrong Fu1-2/+6
Fixed the healthcheck failure occurred in the auto-tests. Issue-ID: HOLMES-512 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I2e3d89b8dc8b27412008ca36f1e6209a47a997db
2022-01-24[HOLMES] Remove DCAE-CBS DependenciesGuangrong Fu1-13/+9
Completed the final phase of the Helm transformation of DCAE services. Issue-ID: HOLMES-488 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I6b54d287ea71820d460cc290ee392aa842690d10
2021-12-06[HOLMES] Use direct name for consulSylvain Desbureaux1-0/+3
Holmes used to use external service name created by dcae bootstrap. As it's not created anymore by default, we need to give the right value for it. Issue-ID: DCAEGEN2-2968 Issue-ID: DCAEGEN2-2958 Issue-ID: DCAEGEN2-2983 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I07ca710c78401c8c4bfafda5673a50f7831bebf7
2021-10-05[HOLMES] Update chart with service accountfarida azmy1-0/+1
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2849 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I9b92b925576c3f85d5dbd0a02a6c454eddd9961d
2021-03-26[HOLMES] Migrate Holmes from Cloudify to HelmGuangrongFu1-0/+127
Instead of using cloudify, use helm directly in order to deploy the charts. Change-Id: I6c97862898ab34b63a15b942b1396c0d19179e46 Issue-ID: HOLMES-396 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> [Adding AAF part and change nodeports] Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>