aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2023-10-18[OOM] Fixing k8s cpu limitsvladimir turok1-2/+2
Adding specific cpu limits for all oom components Issue-ID: OOM-3241 Change-Id: I0bbd973d91d11dbb0ffa5848f7c1ed5ebb5f54ba Signed-off-by: vladimir turok <vladimir.turok@t-systems.com>
2023-07-14[OOM] Fixing k8s resources and limitsAndreas Geissler1-4/+4
This fix is adjusting OOM helm charts components resources limits and requests Issue-ID: OOM-3199 Signed-off-by: Vladimir Turok <vladimir.turok@t-systems.com> Change-Id: I56aeba925cda4984277ac7bbf23cfd158263d30f
2023-06-15[HOLMES] Correct resources settings for holmesAndreas Geissler1-6/+6
Add the resources config to rule management Correct the resources values for proper startup Issue-ID: OOM-3188 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Ieadc080bdc438e983fe6e70cb6f0018b8be8d7ef
2023-04-07[COMMON][OTHERS] Fix dependency conditionsAndreas Geissler1-1/+3
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-1/+22
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-38/+12
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-09-29[HOLMES] Updated the Image VersionGuangrong Fu1-1/+1
Updated the image version and some config files. Issue-ID: HOLMES-567 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: Iea30c097044a82d6a771064258cfb718f635b15a
2022-05-11[HOLMES] Fixed the Healthcheck ProblemGuangrong Fu1-1/+1
Missed a conditional branch, now adding it. Issue-ID: HOLMES-536 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I64d5f32682b37ce865bcfcf180f99c4bf8afd9bb
2022-05-03[HOLMES] Fixed the Daily Healchcheck ProblemGuangrongFu1-1/+1
Fixed the daily healthcheck problem caused by the MSB registration failure. Issue-ID: HOLMES-536 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: Ia69a1b6185e4a6cab56061d1d168d783d67508f1
2022-04-24[HOLMES] Updated the Docker Version to the LatestGuangrongFu1-1/+1
Updated docker versions. Issue-ID: HOLMES-529 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn> Change-Id: Ib9b576f035a7daae556265ff6461894932d591a5
2022-03-21[HOLMES] Fixed the healthcheck failureGuangrong Fu1-1/+4
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-1/+1
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-10-05[HOLMES] Update chart with service accountfarida azmy1-0/+6
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-09-08[HOLMES] Updated the Version of Docker ImagesGuangrong Fu1-1/+1
Updated the version of Holmes' images for Istanbul. Issue-ID: HOLMES-465 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn> Change-Id: I1241a1f652f9d001e23826f0924f759cb42de01e
2021-04-08[GLOBAL] Don't try to set keypassword when storetype is PKCS12Krzysztof Opasiak1-5/+0
It seems that for PKCS12 stores there is no keypassword so we are getting this error in our logs: keytool error: java.lang.UnsupportedOperationException: -keypasswd commands not supported if -storetype is PKCS12 Let's fix this by just not trying to set key password for PKCS12 stores. Issue-ID: OOM-1 Change-Id: I8f4cc5a0b54029b3c1baa83b61092942e34ffab2 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-04-08[HOLMES] Fixed the Start-up Failure in the Dualstack EnvGuangrongFu1-1/+1
Fixed the start-up failure in the dualstack and hence, updated the docker image version. Change-Id: Id0e98596016fe1fb772814b213792a1f6f5de439 Issue-ID: HOLMES-429 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2021-03-26[HOLMES] Migrate Holmes from Cloudify to HelmGuangrongFu1-0/+135
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>