Skip to content

Commit

Permalink
Readmechanges (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaykeren authored Dec 29, 2024
1 parent 3b04443 commit 7b4447f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
14 changes: 2 additions & 12 deletions charts/digma-ng/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,12 +458,7 @@ helm upgrade --install digma digma/digma-ng -n digma -f myvalues.yaml
| postgresql.primary.nodeSelector | object | `{}` | Node labels for pods assignment |
| postgresql.primary.tolerations | string | `"{{ include \"common.tplvalues.render\" (dict \"value\" .Values.global.tolerations \"context\" $) }}"` | Tolerations for pods assignment |
| postgresql.primary.affinity | object | `{}` | Affinity for pods assignment |

### postgresql parameters

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| postgresql.metrics.enabled | bool | `true` | Start a prometheus exporter |
| postgresql.metrics.enabled | bool | `true` | Start a prometheus exporter |

### Redis parameters

Expand Down Expand Up @@ -541,17 +536,12 @@ helm upgrade --install digma digma/digma-ng -n digma -f myvalues.yaml
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| kafka.controller.replicaCount | int | `1` | Number of Kafka controller-eligible nodes |
| kafka.controller.extraConfig | string | `"offsets.topic.replication.factor=1\ntransaction.state.log.replication.factor=1\nlog.retention.check.interval.ms = 120000\nlog.roll.ms = 120000\nlog.retention.minutes = 10\n"` | Additional configuration to be appended at the end of the generated Kafka configuration file. |
| kafka.controller.podLabels | object | `{}` | Extra labels for pods |
| kafka.controller.podAnnotations | object | `{}` | Extra annotations for pods |
| kafka.controller.nodeSelector | object | `{}` | Node labels for pods assignment |
| kafka.controller.tolerations | string | `"{{ include \"common.tplvalues.render\" (dict \"value\" .Values.global.tolerations \"context\" $) }}"` | Tolerations for pods assignment |
| kafka.controller.affinity | object | `{}` | Affinity for pods assignment |

### Kafka parameters

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| kafka.controller.extraConfig | string | `"offsets.topic.replication.factor=1\ntransaction.state.log.replication.factor=1\nlog.retention.check.interval.ms = 120000\nlog.roll.ms = 120000\nlog.retention.minutes = 10\n"` | Additional configuration to be appended at the end of the generated Kafka configuration file. |
## Requirements

| Repository | Name | Version |
Expand Down
6 changes: 3 additions & 3 deletions charts/digma-ng/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1700,8 +1700,8 @@ postgresql:
affinity: {}
metrics:
## ref: https://github.com/bitnami/charts/tree/main/bitnami/postgresql
# -- Start a prometheus exporter
# @section -- postgresql parameters
# -- Start a prometheus exporter
# @section -- Postgresql parameters
enabled: true
containerPorts:
metrics: 9187
Expand Down Expand Up @@ -2089,7 +2089,7 @@ kafka:
memory: 3Gi
cpu: 1000m
# -- Additional configuration to be appended at the end of the generated Kafka configuration file.
# @section -- Kafka parameters
# @section -- Kafka parameters
extraConfig: |
offsets.topic.replication.factor=1
transaction.state.log.replication.factor=1
Expand Down

0 comments on commit 7b4447f

Please sign in to comment.