Skip to content

Commit

Permalink
Resources update (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaykeren authored Jan 29, 2025
1 parent 2f3ed3b commit 88d24c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 22 deletions.
4 changes: 2 additions & 2 deletions charts/digma-ng/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
category: Application
apiVersion: v2
appVersion: 0.3.208
appVersion: 0.3.210
dependencies:
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down Expand Up @@ -41,5 +41,5 @@ description: A Helm chart containing Digma's services
home: https://github.com/digma-ai/digma
icon: https://digma.ai/wp-content/uploads/2024/02/logo-alt-1.svg
type: application
version: 1.0.276
version: 1.0.278

11 changes: 2 additions & 9 deletions charts/digma-ng/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# digma-ng




![Version: 1.0.276](https://img.shields.io/badge/Version-1.0.276-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.208](https://img.shields.io/badge/AppVersion-0.3.208-informational?style=flat-square)
![Version: 1.0.278](https://img.shields.io/badge/Version-1.0.278-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.210](https://img.shields.io/badge/AppVersion-0.3.210-informational?style=flat-square)

A Helm chart containing Digma's services

**Homepage:** <https://github.com/digma-ai/digma>




## License Key
Digma will not function without a valid license key.
You can obtain a license key by signing up for a free account using this [link](https://digma.ai/sign-up/).
Expand All @@ -32,7 +26,6 @@ helm upgrade --install digma digma/digma-ng -n digma --set digma.licenseKey=$DIG

This chart bootstraps a [Digma](https://digma.ai) deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.


## Prerequisites

- Kubernetes 1.23+
Expand Down Expand Up @@ -519,7 +512,7 @@ How It Works
| nginx.readinessProbe.timeoutSeconds | int | `10` | Timeout seconds for readinessProbe |
| nginx.readinessProbe.failureThreshold | int | `24` | Failure threshold for readinessProbe |
| nginx.readinessProbe.successThreshold | int | `1` | Success threshold for readinessProbe |
| ui.artifactsVersion | string | `"6.8.2"` | ui version |
| ui.artifactsVersion | string | `"6.8.3"` | ui version |
| ui.service.type | string | `"ClusterIP"` | service type |
| ui.service.annotations | object | `{}` | Additional custom annotations for service |
| ui.service.ports.http | int | `80` | HTTP service port |
Expand Down
22 changes: 11 additions & 11 deletions charts/digma-ng/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ measurementAnalysis:
memory: 512Mi
cpu: 500m
limits:
memory: 768Mi
memory: 1024Mi
cpu: 800m
service:
ports:
Expand Down Expand Up @@ -954,8 +954,8 @@ scheduler:
memory: 300Mi
cpu: 200m
limits:
memory: 600Mi
cpu: 500m
memory: 1024Mi
cpu: 750m
service:
ports:
# -- HTTP service port, health check at /healthz
Expand Down Expand Up @@ -1056,11 +1056,11 @@ pipelineWorker:
replicas: '{{ index .Values.presets .Values.digma.deployment.size "pipelineWorker" "replicas" }}'
resources:
requests:
memory: 100Mi
cpu: 50m
limits:
memory: 400Mi
memory: 512Mi
cpu: 500m
limits:
memory: 1024Mi
cpu: 750m
service:
ports:
# -- HTTP service port, health check at /healthz
Expand Down Expand Up @@ -1230,7 +1230,7 @@ nginx:
ui:
# -- ui version
# @section -- UI parameters
artifactsVersion: 6.8.2
artifactsVersion: 6.8.3
service:
# -- service type
# @section -- UI parameters
Expand Down Expand Up @@ -1788,8 +1788,8 @@ postgresql:
memory: 2048Mi
cpu: 1.0
limits:
memory: 3072Mi
cpu: 1.5
memory: 3300Mi
cpu: 2
networkPolicy:
enabled: false
service:
Expand Down Expand Up @@ -2228,7 +2228,7 @@ kafka:
cpu: 500m
limits:
memory: 3Gi
cpu: 1.5
cpu: 2
# -- Additional configuration to be appended at the end of the generated Kafka configuration file.
# @section -- Kafka parameters
extraConfig: |
Expand Down

0 comments on commit 88d24c6

Please sign in to comment.