From bd6e2b6328891c58e99d8214f377203c1cb80df7 Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Tue, 31 Jan 2023 09:08:13 +0100 Subject: [PATCH] DEV-859: resizing elk-cluster disk size --- Chart.yaml | 2 +- values.yaml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index 2e583a1..9d97330 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -25,5 +25,5 @@ appVersion: "0.1.1" dependencies: - name: bootstrap - version: 0.1.46 + version: 0.1.47 repository: oci://prodnso-harbor-01.smardigo.digital/infrastructure diff --git a/values.yaml b/values.yaml index cda6e52..f0f1a42 100644 --- a/values.yaml +++ b/values.yaml @@ -72,6 +72,24 @@ bootstrap: #iam_keycloak_auth_server_url: "https://prodwork01-keycloak-01-keycloak.smardigo.digital/auth/" iam_keycloak_auth_server_url: "https://prodnso-keycloak-01.smardigo.digital/auth/" + elk_logging: + elasticsearch: + nodeSets: + - name: resized + count: 3 + config: + node.store.allow_mmap: false + volumeClaimTemplates: + - metadata: + name: elasticsearch-data + spec: + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 80Gi + storageClassName: hcloud-volumes + prometheus: retention: 30d storageSpec: