mirror of
https://github.com/Telecominfraproject/wlan-toolsmith.git
synced 2025-11-01 11:27:59 +00:00
[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:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user