[WIFI-11785] Fix Elasticsearch instability (#232)

* Remove readiness check from data nodes

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>

* Adapt Toolsmith repo name for Atlantis

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>

* Increase ES resources

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>

* Decrease ES data pod memory limit again

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
Johann Hoffmann
2022-12-06 16:37:38 +01:00
committed by GitHub
parent 57814b6723
commit 2117e44ae3
2 changed files with 7 additions and 8 deletions

View File

@@ -482,10 +482,10 @@ releases:
- client: - client:
resources: resources:
limits: limits:
memory: 2Gi memory: 3Gi
requests: requests:
memory: 1024Mi memory: 3Gi
heapSize: "1024m" heapSize: "1500m"
- master: - master:
resources: resources:
@@ -506,9 +506,8 @@ releases:
requests: requests:
cpu: 1500m cpu: 1500m
memory: 4Gi memory: 4Gi
heapSize: "2048m" heapSize: "3000m"
readinessProbe: readinessProbe: null
timeoutSeconds: 30
- name: elasticsearch-curator - name: elasticsearch-curator
condition: elastic.enabled condition: elastic.enabled

View File

@@ -2,6 +2,6 @@ aws_region = "eu-central-1"
atlantis_github_user = "tip-automation" atlantis_github_user = "tip-automation"
atlantis_github_organization = "Telecominfraproject" atlantis_github_organization = "Telecominfraproject"
atlantis_policy_arns = ["arn:aws:iam::aws:policy/AdministratorAccess"] atlantis_policy_arns = ["arn:aws:iam::aws:policy/AdministratorAccess"]
repo_whitelist = ["github.com/Telecominfraproject/Toolsmith"] repo_whitelist = ["github.com/Telecominfraproject/wlan-toolsmith"]
repo_names = ["Toolsmith"] repo_names = ["wlan-toolsmith"]
default_terraform_version = "v1.1.2" default_terraform_version = "v1.1.2"