diff options
author | makefunstuff <[email protected]> | 2024-06-28 20:03:00 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 20:03:00 +0200 |
commit | b4e439dfc8b1d57938354c4a922a00a363755c42 (patch) | |
tree | 165e5020b69b90389a10593260da72b8d22c3d98 | |
parent | e94042689dcddf3e95bcc7d961d63fcc520441ba (diff) | |
download | k3s-lab-b4e439dfc8b1d57938354c4a922a00a363755c42.tar.gz |
upd
-rw-r--r-- | tools/monitoring/values.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/monitoring/values.yaml b/tools/monitoring/values.yaml index fb3c6d9..450f60d 100644 --- a/tools/monitoring/values.yaml +++ b/tools/monitoring/values.yaml @@ -144,6 +144,33 @@ elasticsearch: requests: storage: 30Gi + master: + resources: + requests: + cpu: "500m" + memory: "2Gi" + limits: + cpu: "1" + memory: "4Gi" + + data: + resources: + requests: + cpu: "500m" + memory: "2Gi" + limits: + cpu: "1" + memory: "4Gi" + + ingest: + resources: + requests: + cpu: "500m" + memory: "2Gi" + limits: + cpu: "1" + memory: "4Gi" + opentelemetry-collector: mode: deployment image: |