Skip to content

Commit 9198724

Browse files
committed
otel-integration: add coralogix operator subchart
1 parent 8fa0d9e commit 9198724

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

otel-integration/k8s-helm/Chart.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ dependencies:
4444
version: "0.0.5"
4545
repository: https://cgx.jfrog.io/artifactory/coralogix-charts
4646
condition: coralogix-ebpf-profiler.enabled
47+
- name: coralogix-operator
48+
alias: coralogix-operator
49+
version: "0.4.2"
50+
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
51+
condition: coralogix-operator.enabled
4752
sources:
4853
- https://github.com/coralogix/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector
4954
maintainers:

otel-integration/k8s-helm/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,16 @@ helm upgrade --install otel-coralogix-integration coralogix-charts-virtual/otel-
12661266
--render-subchart-notes -f values-ebpf-profiler.yaml \
12671267
```
12681268

1269+
## Coralogix Operator
1270+
1271+
The [Coralogix Operator](https://github.com/coralogix/coralogix-operator) provides Kubernetes-native deployment
1272+
and management for Coralogix, designed to simplify and automate the configuration of Coralogix APIs through
1273+
Kubernetes custom resources definitions and controllers.
1274+
1275+
### Enabling Coralogix Operator
1276+
1277+
To enable the Coralogix Operator, set `coralogix-operator.enabled` to `true` in the `values.yaml` file.
1278+
12691279
# How to use it
12701280

12711281
## Metrics

otel-integration/k8s-helm/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,3 +1309,6 @@ coralogix-ebpf-profiler:
13091309
# name: ""
13101310
# value: 1000000000
13111311
# tolerations: []
1312+
1313+
coralogix-operator:
1314+
enabled: false

0 commit comments

Comments
 (0)